fontWeight property

String get fontWeight

Implementation

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

Implementation

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