fontSize property

String fontSize

Implementation

_i2.String get fontSize => _i4.getProperty(
      this,
      'fontSize',
    );
void fontSize=(String value)

Implementation

set fontSize(_i2.String value) {
  _i4.setProperty(
    this,
    'fontSize',
    value,
  );
}