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