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