curve method
Animation curve
Implementation
AnimatedWidgetBuilder curve(Curve curve) {
return _copyWith(config: config.copyWith(curve: curve));
}
Animation curve
AnimatedWidgetBuilder curve(Curve curve) {
return _copyWith(config: config.copyWith(curve: curve));
}