SmileBeamPainter constructor
const
SmileBeamPainter({
- Listenable? repaint,
- required Color color,
Implementation
const SmileBeamPainter({
super.repaint,
required this.color,
});