fontStyle property Null safety

String fontStyle

Gets the value of "font-style"

Implementation

String get fontStyle => getPropertyValue('font-style');
void fontStyle= (String value)

Sets the value of "font-style"

Implementation

set fontStyle(String value) {
  setProperty('font-style', value, '');
}