DepthRange constructor

DepthRange({
  1. double zNear = 0.0,
  2. double zFar = 1.0,
})

Implementation

DepthRange({this.zNear = 0.0, this.zFar = 1.0});