tabSize property Null safety

String tabSize

Gets the value of "tab-size"

Implementation

String get tabSize => getPropertyValue('tab-size');
void tabSize=(String value)

Sets the value of "tab-size"

Implementation

set tabSize(String value) {
  setProperty('tab-size', value, '');
}