inputMode property

String? get inputMode

Implementation

String? get inputMode => _getAttribute('inputmode');
set inputMode (String? value)

Implementation

set inputMode(String? value) {
  _setAttribute('inputmode', value);
}