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