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