DeveloperOptionsSheet constructor
- Key? key,
- AsyncCallback? onResetDeveloperOptions,
- ChildrenConsumerBuilder? children,
Implementation
const DeveloperOptionsSheet({
super.key,
this.onResetDeveloperOptions,
this.children,
});
const DeveloperOptionsSheet({
super.key,
this.onResetDeveloperOptions,
this.children,
});