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