const MaterialThemeWrapper({ Key? key, this.lightTheme, this.darkTheme, required this.child, }) : super(key: key);