fontStretch property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getfontStretch

Gets the value of "font-stretch"

Implementation

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

setfontStretch (String value)

Sets the value of "font-stretch"

Implementation

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