stretch property
String
get
stretch
Implementation
String get stretch => js_util.getProperty(this, 'stretch');
set
stretch
(String newValue)
Implementation
set stretch(String newValue) {
js_util.setProperty(this, 'stretch', newValue);
}