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