scaleX method
Apply scale on X axis
Implementation
AnimatedWidgetBuilder scaleX(double value) {
return _copyWith(config: config.copyWith(scaleX: value));
}
Apply scale on X axis
AnimatedWidgetBuilder scaleX(double value) {
return _copyWith(config: config.copyWith(scaleX: value));
}