Gets the value of "font-smoothing"
Source
String get fontSmoothing => getPropertyValue('font-smoothing');
Sets the value of "font-smoothing"
Source
set fontSmoothing(String value) {
setProperty('font-smoothing', value, '');
}
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, '');
}