menu
tree_data_table package
documentation
source/widgets/data/grid_expansion_tile.dart
GridExpansionTile
isExpanded property
isExpanded property
dark_mode
light_mode
isExpanded
property
ValueNotifier
<
bool
>
isExpanded
final
The expansion state of the row.
Implementation
final ValueNotifier<bool> isExpanded;
tree_data_table package
documentation
source/widgets/data/grid_expansion_tile
GridExpansionTile
isExpanded property
GridExpansionTile class