slideX method
Slide on X axis
Implementation
AnimatedWidgetBuilder slideX(double value) {
return _copyWith(config: config.copyWith(translateX: value));
}
Slide on X axis
AnimatedWidgetBuilder slideX(double value) {
return _copyWith(config: config.copyWith(translateX: value));
}