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