InfospectDesktopMenuShell constructor

const InfospectDesktopMenuShell({
  1. Key? key,
  2. required Infospect infospect,
  3. required NetworksListNotifier networksListNotifier,
  4. required LogsListNotifier logsListNotifier,
  5. required Widget child,
  6. @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,
});