NicePulse constructor
Implementation
const NicePulse({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 1000),
this.minScale = 0.95,
this.maxScale = 1.05,
this.enabled = true,
});
const NicePulse({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 1000),
this.minScale = 0.95,
this.maxScale = 1.05,
this.enabled = true,
});