ShakeAnimationWidget constructor
const
ShakeAnimationWidget({})
Implementation
const ShakeAnimationWidget({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 500),
this.shakeSpeed = 6.0,
this.shakeThreshold = 10.0,
this.shakeCount = 4, // Number of shakes
});