tabSize property
Gets the value of "tab-size"
Implementation
String get tabSize => getPropertyValue('tab-size');
Sets the value of "tab-size"
Implementation
set tabSize(String value) {
setProperty('tab-size', value, '');
}
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, '');
}