allowMinus property

bool? allowMinus

Allow to enter -.

@default true

Implementation

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

Implementation

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