fontKerning property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getfontKerning

Gets the value of "font-kerning"

Implementation

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

setfontKerning (String value)

Sets the value of "font-kerning"

Implementation

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