fontFamily property Null safety

String fontFamily

Gets the value of "font-family"

Implementation

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

Sets the value of "font-family"

Implementation

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