clipped property

bool get clipped

Implementation

bool get clipped => js_util.getProperty(this, 'clipped');
set clipped (bool newValue)

Implementation

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