menu
te_widgets package
documentation
widgets/list/controller/list_controller.dart
TListControllerSelection<T, K>
isSomeSelected property
isSomeSelected property
dark_mode
light_mode
isSomeSelected
property
bool
get
isSomeSelected
Implementation
bool get isSomeSelected => hasSelection && !isAllSelected;
te_widgets package
documentation
widgets/list/controller/list_controller
TListControllerSelection<T, K>
isSomeSelected property
TListControllerSelection extension on
TListController
<
T
,
K
>