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