FeatureFlagsPanel constructor

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

Creates a new feature flags panel.

Implementation

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