stateValidated property

EnumValue get stateValidated

A possible value for #state, Once accepted and the tool begins the "TextEditing" transaction, the value of #state is set to this.

Implementation

static _i3.EnumValue get stateValidated => _i4.getProperty(
      _declaredTextEditingTool,
      'StateValidated',
    );
set stateValidated (EnumValue value)

Implementation

static set stateValidated(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTextEditingTool,
    'StateValidated',
    value,
  );
}