Gets the value of "tab-size"
String get tabSize => getPropertyValue('tab-size');
Sets the value of "tab-size"
set tabSize(String value) { setProperty('tab-size', value, ''); }