fontFamily property
String
get
fontFamily
Implementation
_i2.String get fontFamily => _i4.getProperty(
this,
'fontFamily',
);
set
fontFamily
(String value)
Implementation
set fontFamily(_i2.String value) {
_i4.setProperty(
this,
'fontFamily',
value,
);
}