setMaxOnOverflow property

bool? setMaxOnOverflow

Set the maximum value when the user types a number which is greater that the value of max.

@default false

Implementation

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

Implementation

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