dependencies/flutter_animate/src/effects/rotate_effect library
Classes
- RotateEffect
-
Effect that rotates the target between begin and end (via RotationTransition).
Values are specified in "turns" (360° or 2𝝅 radians), so a
begin=0.25, end=2.25
would start with the child rotated a quarter turn clockwise (90 degrees), and rotate two full turns (ending at 810 degrees). Defaults tobegin=-1.0, end=0
.
Extensions
- RotateEffectExtensions on T
- Adds RotateEffect related extensions to AnimateManager.