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