NetworkPanel constructor

const NetworkPanel({
  1. required DebugPanelConfig config,
  2. Key? key,
})

Creates a new network panel.

Implementation

const NetworkPanel({
  required this.config,
  super.key,
});