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