clearIncomplete property

bool? clearIncomplete

Clear the incomplete input on blur.

@default false

Implementation

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

Implementation

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