const AdaptiveTappable({ Key? key, required this.child, required this.adaptiveMap, }) : super(key: key);