fontWeight property

String fontWeight

Implementation

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

Implementation

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