hasToggledState constant

SemanticsFlag const hasToggledState

The semantics node has the quality of either being "on" or "off".

This flag is mutually exclusive with hasCheckedState.

For example, a switch has toggled state.

See also:

Implementation

static const SemanticsFlag hasToggledState = SemanticsFlag._(_kHasToggledStateIndex, 'hasToggledState');