depthClearValue property

double depthClearValue

Implementation

double get depthClearValue => js_util.getProperty(this, 'depthClearValue');
void depthClearValue=(double newValue)

Implementation

set depthClearValue(double newValue) {
  js_util.setProperty(this, 'depthClearValue', newValue);
}