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