ExpanderState constructor
ExpanderState(
- bool expanded
Creates an ExpanderState with the specified expanded value.
The expanded flag indicates if the Expander is currently showing its child content.
Used internally by Pylon for state distribution.
Implementation
ExpanderState(this.expanded);