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