stateNone property

EnumValue get stateNone

A possible value for #state, this is the starting value before the tool is activated.

Implementation

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

Implementation

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