ExpanderState constructor
ExpanderState(
- bool expanded
Creates an ExpanderState with the specified expanded value.
Implementation
ExpanderState(this.expanded);
Creates an ExpanderState with the specified expanded value.
ExpanderState(this.expanded);