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