FlutterCockpitHost constructor
const
FlutterCockpitHost({
- Widget? child,
- WidgetBuilder? builder,
- FlutterCockpitConfiguration configuration = const FlutterCockpitConfiguration(),
- bool ownsRuntime = false,
- Key? key,
Implementation
const FlutterCockpitHost({
this.child,
this.builder,
this.configuration = const FlutterCockpitConfiguration(),
this.ownsRuntime = false,
super.key,
}) : assert(child != null || builder != null);