Transform constructor

const Transform({
  1. double x = 0.0,
  2. double y = 0.0,
  3. double scale = 1.0,
})

Implementation

const Transform({this.x = 0.0, this.y = 0.0, this.scale = 1.0});