DeveloperOptionsPressDetector constructor
- Key? key,
- required BuildContext context,
- required AsyncCallback? onResetDeveloperOptions,
- ChildrenConsumerBuilder? optionsChildren,
- required Widget child,
Implementation
const DeveloperOptionsPressDetector({
super.key,
required this.context,
required this.onResetDeveloperOptions,
this.optionsChildren,
required this.child,
});