CurvedAnimation
CurvedAnimation — Defines the animation’s progress as a non-linear curve.
Animation = CurvedAnimation(parent: controller, curve: Curves.easeIn);
CurvedAnimation — Defines the animation’s progress as a non-linear curve.
Animation = CurvedAnimation(parent: controller, curve: Curves.easeIn);
Clickable & Draggable!