LaunchDesktopScreen constructor
const
LaunchDesktopScreen(
- Infospect infospect, {
- required NetworksListNotifier networksListNotifier,
- required LogsListNotifier logsListNotifier,
- Key? key,
Implementation
const LaunchDesktopScreen(
this.infospect, {
required this.networksListNotifier,
required this.logsListNotifier,
super.key,
});