fontSize property

num get fontSize

Implementation

_i2.num get fontSize => _i5.getProperty(
      this,
      'fontSize',
    );
set fontSize (num value)

Implementation

set fontSize(_i2.num value) {
  _i5.setProperty(
    this,
    'fontSize',
    value,
  );
}