menu
tree_data_table package
documentation
source/models/tree_row.dart
TreeRow
childrenLoading property
childrenLoading property
dark_mode
light_mode
childrenLoading
property
ValueNotifier
<
bool
>
?
childrenLoading
final
Whether an asynchronous child request is in progress.
Implementation
final ValueNotifier<bool>? childrenLoading;
tree_data_table package
documentation
source/models/tree_row
TreeRow
childrenLoading property
TreeRow class