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