stateInvalid property
EnumValue
get
stateInvalid
A possible value for #state, If validation fails, TextEditingTool.acceptText sets the value of #state to this.
Implementation
static _i3.EnumValue get stateInvalid => _i4.getProperty(
_declaredTextEditingTool,
'StateInvalid',
);
set
stateInvalid
(EnumValue value)
Implementation
static set stateInvalid(_i3.EnumValue value) {
_i4.setProperty(
_declaredTextEditingTool,
'StateInvalid',
value,
);
}