tabSize property

num tabSize

Size of a tab in spaces.

Implementation

_i2.num get tabSize => _i5.getProperty(
      this,
      'tabSize',
    );
void tabSize=(num value)

Implementation

set tabSize(_i2.num value) {
  _i5.setProperty(
    this,
    'tabSize',
    value,
  );
}