StatePanel constructor

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

Creates a new state panel.

Implementation

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