menu
te_widgets package
documentation
widgets/list/list_config.dart
ItemKeyAccessor<T, K> typedef
ItemKeyAccessor<T, K> typedef
dark_mode
light_mode
ItemKeyAccessor<
T
,
K
>
typedef
ItemKeyAccessor
<
T
,
K
> =
K Function
(
T
item
)
Implementation
typedef ItemKeyAccessor<T, K> = K Function(T item);
te_widgets package
documentation
widgets/list/list_config
ItemKeyAccessor<T, K> typedef
list_config library