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