fontStretch property

String fontStretch

Implementation

_i2.String get fontStretch => _i4.getProperty(
      this,
      'fontStretch',
    );
void fontStretch=(String value)

Implementation

set fontStretch(_i2.String value) {
  _i4.setProperty(
    this,
    'fontStretch',
    value,
  );
}