DebugPanelConfig constructor
const
DebugPanelConfig({
- bool enable = true,
- bool enableShake = true,
- bool enableLongPress = true,
- bool enableThreeFingerTap = true,
- Duration longPressDuration = const Duration(seconds: 2),
- Color? backgroundColor,
- Color? accentColor,
- DebugPanelColorScheme colorScheme = DebugPanelColorScheme.darkCyan,
- DebugPanelTheme? theme,
Implementation
const DebugPanelConfig({
this.enable = true,
this.enableShake = true,
this.enableLongPress = true,
this.enableThreeFingerTap = true,
this.longPressDuration = const Duration(seconds: 2),
this.backgroundColor,
this.accentColor,
this.colorScheme = DebugPanelColorScheme.darkCyan,
this.theme,
});