TapScaleAnimated constructor
TapScaleAnimated({})
Implementation
TapScaleAnimated(
{this.child,
required this.onTap,
this.scale = 0.9,
this.behavior = HitTestBehavior.deferToChild,
this.duration = const Duration(milliseconds: 240),
this.curve = Curves.easeIn});