DepthTransform constructor

const DepthTransform({
  1. double startScale = 0.4,
})

Implementation

const DepthTransform({
  this.startScale = 0.4,
});