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