DeveloperOptionsSheet constructor

const DeveloperOptionsSheet({
  1. Key? key,
  2. AsyncCallback? onResetDeveloperOptions,
  3. ChildrenConsumerBuilder? children,
})

Implementation

const DeveloperOptionsSheet({
  super.key,
  this.onResetDeveloperOptions,
  this.children,
});