fontStretch property
CanvasFontStretch
get
fontStretch
Implementation
CanvasFontStretch get fontStretch =>
CanvasFontStretch.fromValue(js_util.getProperty(this, 'fontStretch'));
set
fontStretch
(CanvasFontStretch newValue)
Implementation
set fontStretch(CanvasFontStretch newValue) {
js_util.setProperty(this, 'fontStretch', newValue.value);
}