NiceShake constructor
Implementation
const NiceShake({
super.key,
required this.child,
this.shake = false,
this.duration = const Duration(milliseconds: 500),
this.offset = 10.0,
this.shakeCount = 3,
});
const NiceShake({
super.key,
required this.child,
this.shake = false,
this.duration = const Duration(milliseconds: 500),
this.offset = 10.0,
this.shakeCount = 3,
});