InspectorApp constructor

const InspectorApp({
  1. Key? key,
})

Root application widget for the Flutter Inspector

Implementation

const InspectorApp({super.key});