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
- content — An array of view builders for the content elements.
Return value
The builder instance for chaining.
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.
