isExpanded constant

SemanticsFlag const isExpanded

Whether a semantics node is expanded.

If true, the semantics node is "expanded". If false, the semantics node is "collapsed".

For example, if a SubmenuButton shows its children, isExpanded is true.

See also:

Implementation

static const SemanticsFlag isExpanded = SemanticsFlag._(_kIsExpandedIndex, 'isExpanded');