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