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:

Implementation

static const SemanticsFlag hasExpandedState = SemanticsFlag._(_kHasExpandedStateIndex, 'hasExpandedState');