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