clearDepth property
      
      void Function(num)
      get
      clearDepth
      
    
    
    
Implementation
void Function(_i2.num) get clearDepth => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'clearDepth',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
      
      set
      clearDepth
      (void value(num)) 
      
    
    
    
Implementation
set clearDepth(void Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'clearDepth',
    _i4.allowInterop(value),
  );
}