hasRequiredState constant
The semantics node has the quality of either being required or not.
See also:
- SemanticsFlag.isRequired, which controls whether the node is required.
Implementation
static const SemanticsFlag hasRequiredState = SemanticsFlag._(
_kHasRequiredStateIndex,
'hasRequiredState',
);