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