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