stretch property
String
get
stretch
Implementation
_i2.String get stretch => _i4.getProperty(
this,
'stretch',
);
set
stretch
(String value)
Implementation
set stretch(_i2.String value) {
_i4.setProperty(
this,
'stretch',
value,
);
}