menu
geniuslink_design_system package
documentation
design_system/components/data/tree_models.dart
TreeNode<T>
selectable property
selectable property
dark_mode
light_mode
selectable
property
bool
selectable
final
When false the row can't be selected (still expandable / shown).
Implementation
final bool selectable;
geniuslink_design_system package
documentation
design_system/components/data/tree_models
TreeNode<T>
selectable property
TreeNode class