hasCheckedState constant
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:
- SemanticsFlag.isChecked, which controls whether the node is "checked" or "unchecked".
Implementation
static const SemanticsFlag hasCheckedState = SemanticsFlag._(_kHasCheckedStateIndex, 'hasCheckedState');