fontStretch属性

String fontStretch

获取"font-stretch"的值

实现

String get fontStretch => getPropertyValue('font-stretch');
void fontStretch=(String value)

设置"font-stretch"的值

实现

set fontStretch(String value) {
  setProperty('font-stretch', value, '');
}