inputMode property

String inputMode

Implementation

_i2.String get inputMode => _i4.getProperty(
      this,
      'inputMode',
    );
void inputMode=(String value)

Implementation

set inputMode(_i2.String value) {
  _i4.setProperty(
    this,
    'inputMode',
    value,
  );
}