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