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