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