Documentation

appendSpacer()

Sets whether a spacer (and a divider, if any) should be added after the last list item view.

appendSpacer(appendSpacer?: boolean): this;

Parameters

Return value

The builder instance for chaining.

Related