bounce method
Bounce animation
Implementation
AnimatedWidgetBuilder bounce() {
return _copyWith(config: config.copyWith(bounce: true));
}
Bounce animation
AnimatedWidgetBuilder bounce() {
return _copyWith(config: config.copyWith(bounce: true));
}