DeveloperOptionsPressDetector constructor

const DeveloperOptionsPressDetector({
  1. Key? key,
  2. required BuildContext context,
  3. required AsyncCallback? onResetDeveloperOptions,
  4. ChildrenConsumerBuilder? optionsChildren,
  5. required Widget child,
})

Implementation

const DeveloperOptionsPressDetector({
  super.key,
  required this.context,
  required this.onResetDeveloperOptions,
  this.optionsChildren,
  required this.child,
});