fontStyle property

String fontStyle

Implementation

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

Implementation

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