ShakeWidget constructor
const
ShakeWidget({})
Implementation
const ShakeWidget({
Key? key,
this.duration = const Duration(milliseconds: 500),
this.deltaX = 20,
this.curve = Curves.bounceOut,
required this.child,
}) : super(key: key);