fontVariantCaps property

String fontVariantCaps

Implementation

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

Implementation

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