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