bounce method

Bounce animation

Implementation

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