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