FlutterCockpitRoot constructor

const FlutterCockpitRoot({
  1. required Widget child,
  2. Key? key,
})

Implementation

const FlutterCockpitRoot({required this.child, super.key});