const FlongoApp({ Key? key, required this.router, required this.initialRoute, required this.appTheme, }) : super(key: key);