valid property Null safety
A control is valid when its status is ControlStatus.valid.
Implementation
bool get valid => status == ControlStatus.valid;
A control is valid when its status is ControlStatus.valid.
bool get valid => status == ControlStatus.valid;