Documentation

with()

Adds content to the scroll view’s inner container.

with(...content: Array<ViewBuilder | undefined>): this;

Note
This method overrides the default container implementation, in order to add the content to the scroll view’s inner container, i.e. the row or column that is being wrapped.

Parameters

Return value

The builder instance for chaining.

Related