fontStyle 属性

String fontStyle

获取 "font-style" 的值

实现

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

设置 "font-style" 的值

实现

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