ShakeAnimation constructor
const
ShakeAnimation({})
Implementation
const ShakeAnimation({
super.key,
this.animateType = AnimateType.once,
this.moveAmount = 16,
this.durationMilliseconds = 60,
this.isHorizontal = true,
this.developerMode = false,
required this.child,
});