tabThrough property

bool? tabThrough

Allows for tabbing through the different parts of the masked field.

@default false

Implementation

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

Implementation

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