createAnimatableParameters abstract method

T createAnimatableParameters(
  1. covariant RenderObject renderObject,
  2. AnimatableParameterHost host
)

Creates the AnimatableParameters for this widget.

Implementation

T createAnimatableParameters(
  covariant RenderObject renderObject,
  AnimatableParameterHost host,
);