menu
te_widgets package
documentation
widgets/list/controller/list_controller.dart
TListControllerSelection<T, K>
hasMultipleSelection property
hasMultipleSelection property
dark_mode
light_mode
hasMultipleSelection
property
bool
get
hasMultipleSelection
Implementation
bool get hasMultipleSelection => selectedKeys.length > 1;
te_widgets package
documentation
widgets/list/controller/list_controller
TListControllerSelection<T, K>
hasMultipleSelection property
TListControllerSelection extension on
TListController
<
T
,
K
>