menu
tree_data_table package
documentation
source/models/tree_row.dart
TreeRow
childrenLoaded property
childrenLoaded property
dark_mode
light_mode
childrenLoaded
property
ValueNotifier
<
bool
>
childrenLoaded
final
Whether the children have been built/loaded
Implementation
final ValueNotifier<bool> childrenLoaded;
tree_data_table package
documentation
source/models/tree_row
TreeRow
childrenLoaded property
TreeRow class