scale method
Apply scale transformation
Implementation
AnimatedWidgetBuilder scale(double value) {
return _copyWith(config: config.copyWith(scale: value));
}
Apply scale transformation
AnimatedWidgetBuilder scale(double value) {
return _copyWith(config: config.copyWith(scale: value));
}