with()
Defines the view to be rendered for each item in the list.
with(
content: ViewBuilder | ((item: Binding) => ViewBuilder) | undefined,
): this;
Parameters
- content — A view builder that defines the template for each list item.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
