SmoothOperation constructor
SmoothOperation({})
Implementation
SmoothOperation({
this.operation,
this.rotationX,
this.rotationY,
this.rotationZ,
this.scaleX,
this.scaleY,
this.translateX,
this.translateY,
}) : assert(translateX == null || translateX.isAbsolute),
assert(translateY == null || translateY.isAbsolute);