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