inputMode property
String
get
inputMode
Implementation
_i2.String get inputMode => _i4.getProperty(
this,
'inputMode',
);
set
inputMode
(String value)
Implementation
set inputMode(_i2.String value) {
_i4.setProperty(
this,
'inputMode',
value,
);
}