InternetDetectorAppProvider constructor

const InternetDetectorAppProvider({
  1. Key? key,
  2. required List<SingleChildWidget> otherProviders,
  3. Map<String, WidgetBuilder>? routes,
  4. Widget? home,
  5. String? initialRoute,
  6. String? title,
  7. bool? debugShowCheckedModeBanner,
})

Implementation

const InternetDetectorAppProvider({super.key, required this.otherProviders, this.routes, this.home, this.initialRoute, this.title, this.debugShowCheckedModeBanner});