const AdaptiveLayoutCustom({ Key? key, required this.menuScreen, required this.mainScreen, required this.child, }) : super(key: key);