font property

String font

Implementation

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

Implementation

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