PulseAnimation constructor
const
PulseAnimation({})
Implementation
const PulseAnimation({
Key? key,
required this.child,
this.animateType = AnimateType.once,
this.scaleAmount = 1.1,
this.durationMilliseconds = 1200,
this.delay = const Duration(milliseconds: 0),
this.developerMode = false,
}) : super(key: key);