AnimatedUnderlineText constructor
const
AnimatedUnderlineText({})
Implementation
const AnimatedUnderlineText({
super.key,
required this.text,
required this.underlineColor,
required this.textStyle,
this.duration = const Duration(milliseconds: 500),
this.startDelay = Duration.zero,
this.animationMode = SketchyAnimationMode.organic, // Default to Organic
});