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