tabSize property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettabSize
Gets the value of "tab-size"
Implementation
String get tabSize => getPropertyValue('tab-size');
settabSize (String value)
Sets the value of "tab-size"
Implementation
set tabSize(String value) {
setProperty('tab-size', value, '');
}