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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}