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