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