SnapchatGhostPainter constructor

const SnapchatGhostPainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const SnapchatGhostPainter({
  super.repaint,
  required this.color,
});