unclippedDepth property

bool get unclippedDepth

Implementation

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

Implementation

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