RectanglePainter constructor
RectanglePainter({
- required String text,
- required TextStyle textStyle,
- required Color rectangleColor,
- required double animationValue,
- SketchyAnimationMode animationMode = SketchyAnimationMode.organic,
Implementation
RectanglePainter({
required this.text,
required this.textStyle,
required this.rectangleColor,
required this.animationValue,
this.animationMode = SketchyAnimationMode.organic,
});