GradientXDTransform constructor

const GradientXDTransform(
  1. double a,
  2. double b,
  3. double c,
  4. double d,
  5. double e,
  6. double f,
  7. Alignment center,
)

Implementation

const GradientXDTransform(
    this.a, this.b, this.c, this.d, this.e, this.f, this.center);