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