animated_repeatable library

Classes

AnimatedRepeatable
The AnimatedRepeatable widget provides a way to create animated transitions on a child widget that repeat a certain number of times.
AnimatedRepeatableState
GradientSlide
Provides a way to dynamically position a gradient within a defined area by sliding it in a specified direction with a controllable amount of movement.

Typedefs

AnimatedRepeatableBuilder = Widget Function(Widget child, AnimatedRepeatableState state)
Used within the AnimatedRepeatable widget to specify the animation function that controls how the child widget is transformed during the animation cycle.