showMaskOnFocus property

bool? showMaskOnFocus

Shows the mask when the input gets focus.

@default true

Implementation

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

Implementation

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