fontSize property

String fontSize

Gets the value of "font-size"

Implementation

String get fontSize => getPropertyValue('font-size');
void fontSize= (String value)

Sets the value of "font-size"

Implementation

set fontSize(String value) {
  setProperty('font-size', value, '');
}