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