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