updateAnimatableParameters abstract method

void updateAnimatableParameters(
  1. BuildContext context,
  2. T parameters
)

Updates the AnimatableParameters with the new values.

This is called when the widget is rebuilt.

Implementation

void updateAnimatableParameters(BuildContext context, T parameters);