FlipVerticalTransform constructor

const FlipVerticalTransform({
  1. double perspectiveScale = 0.002,
})

Implementation

const FlipVerticalTransform({
  this.perspectiveScale = 0.002,
});