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