menu
bones_ui package
documentation
bones_ui_kit.dart
TreeReferenceMap<K, V>
childrenGetter property
childrenGetter property
dark_mode
light_mode
childrenGetter
property
Iterable
<
K
>
Function
(
K
key
)
?
childrenGetter
final
The
Function
that returns the children of a key.
Implementation
final Iterable<K> Function(K key)? childrenGetter;
bones_ui package
documentation
bones_ui_kit
TreeReferenceMap<K, V>
childrenGetter property
TreeReferenceMap class