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