fontStretch property

CanvasFontStretch fontStretch

Implementation

CanvasFontStretch get fontStretch =>
    CanvasFontStretch.fromValue(js_util.getProperty(this, 'fontStretch'));
void fontStretch=(CanvasFontStretch newValue)

Implementation

set fontStretch(CanvasFontStretch newValue) {
  js_util.setProperty(this, 'fontStretch', newValue.value);
}