updateAnimatableParameters abstract method

void updateAnimatableParameters(
  1. T parameters
)

Updates the AnimatableParameters with the new values.

This is called when the widget is rebuilt.

Implementation

void updateAnimatableParameters(T parameters);