RectanglePainter constructor
RectanglePainter({})
Implementation
RectanglePainter({
required this.text,
required this.textStyle,
required this.rectangleColor,
required this.animationValue,
required this.precomputedOffsets,
this.animationMode = SketchyAnimationMode.organic,
});