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