ScaleTap constructor
ScaleTap({})
Implementation
ScaleTap({
Key? key,
this.gestureEventKey,
this.enableFeedback = true,
this.onPressed,
this.onLongPress,
required this.child,
this.duration,
this.scaleMinValue,
this.opacityMinValue,
this.scaleCurve,
this.opacityCurve,
}) : super(key: key);