hasExpandedState property
final
The semantics node has the quality of either being "expanded" or "collapsed".
For example, a SubmenuButton widget has expanded state.
See also:
- SemanticsFlag.isExpanded, which controls whether the node is "expanded" or "collapsed".
Implementation
final bool hasExpandedState;