AnimatedCircleText constructor
const
AnimatedCircleText({})
Creates an animated sketchy or structured circle effect.
Implementation
const AnimatedCircleText({
super.key,
required this.text,
required this.circleColor,
required this.textStyle,
this.duration = const Duration(seconds: 2),
this.startDelay = Duration.zero,
this.animationMode = SketchyAnimationMode.organic,
});