withInteractionCurve method

AnimationTheme withInteractionCurve(
  1. Curve value
)

Replaces AnimationTheme.interactionCurve with value.

Implementation

AnimationTheme withInteractionCurve(Curve value) =>
    copyWith(interactionCurve: value);