stateActive property
EnumValue
get
stateActive
A possible value for #state, TextEditingTool#doActivate sets the value of #state to this.
Implementation
static _i3.EnumValue get stateActive => _i4.getProperty(
_declaredTextEditingTool,
'StateActive',
);
set
stateActive
(EnumValue value)
Implementation
static set stateActive(_i3.EnumValue value) {
_i4.setProperty(
_declaredTextEditingTool,
'StateActive',
value,
);
}