slideY method
Slide on Y axis
Implementation
AnimatedWidgetBuilder slideY(double value) {
return _copyWith(config: config.copyWith(translateY: value));
}
Slide on Y axis
AnimatedWidgetBuilder slideY(double value) {
return _copyWith(config: config.copyWith(translateY: value));
}