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