fontStyle property
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, '');
}
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, '');
}