positionCaretOnTab property

bool? positionCaretOnTab

When enabled the caret position is set after the latest valid position on TAB.

@default true

Implementation

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

Implementation

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