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