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