RotateEffect constructor
const
RotateEffect({
- double rotationAngle = 10,
- bool snap = true,
- AnimationType type = AnimationType.start,
- AlignmentGeometry alignment = Alignment.center,
Implementation
const RotateEffect(
{this.rotationAngle = 10,
this.snap = true,
this.type = AnimationType.start,
this.alignment = Alignment.center})
: assert(rotationAngle >= 0.0);