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