String stretch

Source

@DomName('FontFace.stretch')
@DocsEditable()
@Experimental() // untriaged
String get stretch => _blink.BlinkFontFace.instance.stretch_Getter_(this);
void stretch=(String value)

Source

@DomName('FontFace.stretch')
@DocsEditable()
@Experimental() // untriaged
set stretch(String value) =>
    _blink.BlinkFontFace.instance.stretch_Setter_(this, value);