stretch property

String stretch

Implementation

String get stretch => js_util.getProperty(this, 'stretch');
void stretch=(String newValue)

Implementation

set stretch(String newValue) {
  js_util.setProperty(this, 'stretch', newValue);
}