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