Gets the value of "font-stretch"
Source
String get fontStretch => getPropertyValue('font-stretch');
Sets the value of "font-stretch"
Source
set fontStretch(String value) { setProperty('font-stretch', value, ''); }
Gets the value of "font-stretch"
String get fontStretch => getPropertyValue('font-stretch');
Sets the value of "font-stretch"
set fontStretch(String value) { setProperty('font-stretch', value, ''); }