fontVariantCaps property

CanvasFontVariantCaps fontVariantCaps

Implementation

CanvasFontVariantCaps get fontVariantCaps => CanvasFontVariantCaps.fromValue(
    js_util.getProperty(this, 'fontVariantCaps'));
void fontVariantCaps=(CanvasFontVariantCaps newValue)

Implementation

set fontVariantCaps(CanvasFontVariantCaps newValue) {
  js_util.setProperty(this, 'fontVariantCaps', newValue.value);
}