showMaskOnHover property

bool? showMaskOnHover

Shows the mask when the input is hevered by the mouse cursor.

@default true

Implementation

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

Implementation

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