AnimatedStrikethroughText constructor
const
AnimatedStrikethroughText({})
Implementation
const AnimatedStrikethroughText({
super.key,
required this.text,
required this.strikeColor,
required this.textStyle,
this.duration = const Duration(seconds: 2),
this.startDelay = Duration.zero,
this.animationMode = SketchyAnimationMode.organic, // Default to Organic
});