hasCheckedState constant

SemanticsFlag const hasCheckedState = const SemanticsFlag._(_kHasCheckedStateIndex)

The semantics node has the quality of either being "checked" or "unchecked".

This flag is mutually exclusive with hasToggledState.

For example, a checkbox or a radio button widget has checked state.

See also:

Implementation

static const SemanticsFlag hasCheckedState = const SemanticsFlag._(_kHasCheckedStateIndex)