loop_transition library

Classes

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.
LoopTransition
The LoopTransition widget provides a way to create animated transitions on a child widget that repeat a certain number of times.
LoopTransitionState

Typedefs

LoopTransitionBuilder = Widget Function(Widget child, Animation<double> animation)
Used within the LoopTransition widget to specify the animation function that controls how the child widget is transformed during the animation cycle.
LoopTransitionWrapperBuilder = Widget Function(Widget child, LoopTransitionState status)
This typedef defines a function signature used within the LoopTransition widget. It's essentially a function that builds the animated widget based on the provided parameters.