fontFamily property

String get fontFamily

Gets the value of "font-family"

Implementation

String get fontFamily => getPropertyValue('font-family');
set fontFamily (String value)

Sets the value of "font-family"

Implementation

set fontFamily(String value) {
  setProperty('font-family', value, '');
}