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