Shaker constructor
const
Shaker({})
Creates a Shaker widget.
The child parameter must not be null.
Implementation
const Shaker({
super.key,
required this.child,
this.isShaking = false,
this.duration,
this.onComplete,
this.curve,
this.hz,
this.rotation,
this.offset,
});