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