KScaleGestureWrapper constructor
const
KScaleGestureWrapper({
- Key? key,
- (double, double) scaleBetween = (1.0, 0.9),
- void onTapDown(
- TapDownDetails details
- void onTapUp(
- TapUpDetails details
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- Duration animationDuration = Durations.medium2,
- Duration? delayReverseDuration,
- double borderRadius = 0,
- Curve? curve,
- required Widget child,
Implementation
const KScaleGestureWrapper({
super.key,
this.scaleBetween = (1.0, 0.9),
this.onTapDown,
this.onTapUp,
this.onTap,
this.onLongPress,
this.animationDuration = Durations.medium2,
this.delayReverseDuration,
this.borderRadius = 0,
this.curve,
required this.child,
});