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