fontVariant property
String
get
fontVariant
Implementation
_i2.String get fontVariant => _i4.getProperty(
this,
'fontVariant',
);
set
fontVariant
(String value)
Implementation
set fontVariant(_i2.String value) {
_i4.setProperty(
this,
'fontVariant',
value,
);
}