createAnimatableParameters method
_DecoratedBoxAnimatableParameters
createAnimatableParameters(
- covariant RenderObject renderObject,
- AnimatableParameterHost host
override
Creates the AnimatableParameters for this widget.
Implementation
@override
_DecoratedBoxAnimatableParameters createAnimatableParameters(
covariant RenderObject renderObject,
AnimatableParameterHost host,
) {
return (decoration: AnimatableDecoration(decoration, host: host),);
}