isExpanded property

ValueNotifier<bool> isExpanded
final

The expansion state of the row.

Implementation

final ValueNotifier<bool> isExpanded;