menu
te_widgets package
documentation
widgets/list/controller/list_controller.dart
TListControllerSelection<T, K>
selectable property
selectable property
dark_mode
light_mode
selectable
property
bool
get
selectable
Implementation
bool get selectable => value.selectionMode != TSelectionMode.none;
te_widgets package
documentation
widgets/list/controller/list_controller
TListControllerSelection<T, K>
selectable property
TListControllerSelection extension on
TListController
<
T
,
K
>