numericInput property

bool? numericInput

Numeric input direction. Keeps the caret at the end.

@default false

Implementation

_i2.bool? get numericInput => _i4.getProperty(
      this,
      'numericInput',
    );
void numericInput=(bool? value)

Implementation

set numericInput(_i2.bool? value) {
  _i4.setProperty(
    this,
    'numericInput',
    value ?? _i6.undefined,
  );
}