Gets the value of "font-kerning"
Source
String get fontKerning => getPropertyValue('font-kerning');
Sets the value of "font-kerning"
Source
set fontKerning(String value) { setProperty('font-kerning', value, ''); }
Gets the value of "font-kerning"
String get fontKerning => getPropertyValue('font-kerning');
Sets the value of "font-kerning"
set fontKerning(String value) { setProperty('font-kerning', value, ''); }