const TapWidget({ Key? key, this.child, this.onTap, this.type = TapType.throttle, this.timeout, }) : super(key: key);