menu
geniuslink_design_system package
documentation
design_system/components/data/tree.dart
Tree<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
List
<
TreeNode
<
T
>
>
>
?
onChanged
final
Implementation
final ValueChanged<List<TreeNode<T>>>? onChanged;
geniuslink_design_system package
documentation
design_system/components/data/tree
Tree<T>
onChanged property
Tree class