DoubleTapAnimation constructor
const
DoubleTapAnimation({})
Constructor for the DoubleTapAnimation widget.
Implementation
const DoubleTapAnimation({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 200),
this.scaleValue = 0.95,
});