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