tabThrough property

bool? get tabThrough

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

@default false

Implementation

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

Implementation

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