pulse method

Pulse animation

Implementation

AnimatedWidgetBuilder pulse() {
  return _copyWith(config: config.copyWith(pulse: true));
}