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