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