emptyState()
Defines an ‘empty state’ view to be shown when the list is empty.
emptyState(emptyState: ViewBuilder | undefined): this;
Parameters
- emptyState — A view builder for the view to show when the list is empty.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
