PulseAnimation constructor
const
PulseAnimation({})
The duration of the pulsating animation. Constructor for the PulseAnimation widget.
Implementation
/// Constructor for the PulseAnimation widget.
const PulseAnimation({
Key? key,
required this.child,
this.beginScale = 1.0,
this.duration = const Duration(milliseconds: 1000),
/// Default animation duration.
}) : super(key: key);