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, ''); }