fontSize property

String get fontSize

Gets the value of "font-size"

Implementation

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

Sets the value of "font-size"

Implementation

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