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