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