fontStyle property

String get fontStyle

Gets the value of "font-style"

Implementation

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

Sets the value of "font-style"

Implementation

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