showFlatList property
bool
get
showFlatList
Whether to show a flat list of items without any selection.
Implementation
bool get showFlatList => selection is NullSelectionModel;
Whether to show a flat list of items without any selection.
bool get showFlatList => selection is NullSelectionModel;