DeveloperOptionsContents constructor

const DeveloperOptionsContents({
  1. Key? key,
  2. ScrollController? scrollController,
  3. AsyncCallback? onResetDeveloperOptions,
  4. ChildrenConsumerBuilder? children,
})

Implementation

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