Gets the value of "font-family"
Source
String get fontFamily => getPropertyValue('font-family');
Sets the value of "font-family"
Source
set fontFamily(String value) { setProperty('font-family', value, ''); }
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, ''); }