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