hasExpandedState constant
SemanticsFlag
const hasExpandedState
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
static const SemanticsFlag hasExpandedState = SemanticsFlag._(
_kHasExpandedStateIndex,
'hasExpandedState',
);