AnimatedRectangleText constructor
const
AnimatedRectangleText({})
Creates an animated sketchy rectangle effect around text.
Implementation
const AnimatedRectangleText({
super.key,
required this.text,
required this.rectangleColor,
required this.textStyle,
this.duration = const Duration(seconds: 2),
this.startDelay = Duration.zero,
});