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