fontWeight property

String? get fontWeight

CSS styling property that will be applied to the decoration attachment.

Implementation

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

Implementation

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