InfospectDesktopMenuShell constructor
const
InfospectDesktopMenuShell({
- Key? key,
- required Infospect infospect,
- required NetworksListNotifier networksListNotifier,
- required LogsListNotifier logsListNotifier,
- required Widget child,
- @Deprecated('Native menu is unavailable under Multiview; always in-app.') bool forceInAppMenuBar = true,
Implementation
const InfospectDesktopMenuShell({
super.key,
required this.infospect,
required this.networksListNotifier,
required this.logsListNotifier,
required this.child,
@Deprecated('Native menu is unavailable under Multiview; always in-app.')
this.forceInAppMenuBar = true,
});