unclippedDepth property

bool unclippedDepth

Implementation

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

Implementation

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