withInteractionCurve method
- Curve value
Replaces AnimationTheme.interactionCurve with value.
Implementation
AnimationTheme withInteractionCurve(Curve value) =>
copyWith(interactionCurve: value);
Replaces AnimationTheme.interactionCurve with value.
AnimationTheme withInteractionCurve(Curve value) =>
copyWith(interactionCurve: value);