hasCheckedState constant
The semantics node has the quality of either being "checked" or "unchecked".
For example, a checkbox or a radio button widget has checked state.
Implementation
static const SemanticsFlag hasCheckedState = const SemanticsFlag._(_kHasCheckedStateIndex)