GenericDevtoolScreen constructor

const GenericDevtoolScreen({
  1. Key? key,
  2. required DebugOptions currentOption,
})

Implementation

const GenericDevtoolScreen({super.key, required this.currentOption});