fontKerning property

String fontKerning

Gets the value of "font-kerning"

Implementation

String get fontKerning => getPropertyValue('font-kerning');
void fontKerning=(String value)

Sets the value of "font-kerning"

Implementation

set fontKerning(String value) {
  setProperty('font-kerning', value, '');
}