smooth property

bool smooth

Implementation

bool get smooth => js_util.getProperty(this, 'smooth');
void smooth=(bool newValue)

Implementation

set smooth(bool newValue) {
  js_util.setProperty(this, 'smooth', newValue);
}