repeat method
Repeat animation
Implementation
AnimatedWidgetBuilder repeat({bool reverse = false}) {
return _copyWith(config: config.copyWith(repeat: true, reverse: reverse));
}
Repeat animation
AnimatedWidgetBuilder repeat({bool reverse = false}) {
return _copyWith(config: config.copyWith(repeat: true, reverse: reverse));
}