const KeyboardDismissOnTap({ Key? key, required this.child, this.dismissOnCapturedTaps = false, }) : super(key: key);