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