fontStyle property

String? get fontStyle

CSS styling property that will be applied to text enclosed by a decoration.

Implementation

_i2.String? get fontStyle => _i5.getProperty(
      this,
      'fontStyle',
    );
set fontStyle (String? value)

Implementation

set fontStyle(_i2.String? value) {
  _i5.setProperty(
    this,
    'fontStyle',
    value ?? _i6.undefined,
  );
}