menu
te_widgets package
documentation
widgets/list/controller/list_controller.dart
TListControllerSelection<T, K>
isSelected method
isSelected method
dark_mode
light_mode
isSelected
method
bool
isSelected
(
K
key
)
Implementation
bool isSelected(K key) => selectedKeys.contains(key);
te_widgets package
documentation
widgets/list/controller/list_controller
TListControllerSelection<T, K>
isSelected method
TListControllerSelection extension on
TListController
<
T
,
K
>