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