PulseAnimation constructor
const
PulseAnimation({})
Implementation
const PulseAnimation({
Key? key,
required this.child,
this.duration = const Duration(seconds: 1),
this.scaleStart = 1.0,
this.scaleEnd = 1.2,
}) : super(key: key);