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