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