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