menu
geniuslink_design_system package
documentation
design_system/components/data/tree_models.dart
TreeRow<T>
isLast property
isLast property
dark_mode
light_mode
isLast
property
bool
isLast
final
Whether the node is the last among its visible siblings (└ vs ├).
Implementation
final bool isLast;
geniuslink_design_system package
documentation
design_system/components/data/tree_models
TreeRow<T>
isLast property
TreeRow class