depthRange property

  1. @override
DepthRange get depthRange

Near at zero, far at one. The engine builds its projections for this and corrects at the boundary for a backend that says otherwise, so this is the case that needs no correction.

Implementation

@override
DepthRange get depthRange => DepthRange.zeroToOne;