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