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