AnimatedRectangleText constructor
const
AnimatedRectangleText({})
Implementation
const AnimatedRectangleText({
super.key,
required this.text,
required this.rectangleColor,
required this.textStyle,
this.duration = const Duration(seconds: 2),
this.startDelay = Duration.zero,
this.animationMode = SketchyAnimationMode.organic,
});