bool hasCheckedState

Whether this node has Boolean state that can be controlled by the user.

Source

bool get hasCheckedState => (_flags & SemanticsFlags.hasCheckedState.index) != 0;
void hasCheckedState=(bool value)

Source

set hasCheckedState(bool value) => _setFlag(SemanticsFlags.hasCheckedState, value);