CSSGradientEllipseTransform constructor

const CSSGradientEllipseTransform(
  1. double atX,
  2. double atY
)

Implementation

const CSSGradientEllipseTransform(this.atX, this.atY);