InternetDetectorAppGetX constructor

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

Implementation

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