fontSmoothing property Null safety

String fontSmoothing

Gets the value of "font-smoothing"

Implementation

String get fontSmoothing => getPropertyValue('font-smoothing');
void fontSmoothing=(String value)

Sets the value of "font-smoothing"

Implementation

set fontSmoothing(String value) {
  setProperty('font-smoothing', value, '');
}