NetworkPanel constructor
const
NetworkPanel({
- required DebugPanelConfig config,
- Key? key,
Creates a new network panel.
Implementation
const NetworkPanel({
required this.config,
super.key,
});