stateEditing property

EnumValue get stateEditing

A possible value for #state, The default text editor receiving focus sets the value of #state to this.

Implementation

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

Implementation

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