AnimatedStrikethroughText constructor
const
AnimatedStrikethroughText({})
Creates an animated sketchy strikethrough effect over text.
Implementation
const AnimatedStrikethroughText({
super.key,
required this.text,
required this.strikeColor,
required this.textStyle,
this.duration = const Duration(seconds: 2),
this.startDelay = Duration.zero,
});