updateAnimatableParameters method

  1. @override
void updateAnimatableParameters(
  1. AnimatableColor parameters
)
override

Updates the AnimatableParameters with the new values.

This is called when the widget is rebuilt.

Implementation

@override
void updateAnimatableParameters(AnimatableColor parameters) {
  parameters.value = color;
}