TwistingAnimation constructor
const
TwistingAnimation({})
Implementation
const TwistingAnimation({
// The key for the widget.
super.key,
// The required child widget.
required this.child,
// The required duration of the animation.
required this.duration,
// The repeat flag, defaulting to true.
this.repeat = true,
});