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