fontKerning property

String get fontKerning

Gets the value of "font-kerning"

Implementation

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

Sets the value of "font-kerning"

Implementation

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