AnimatableColor constructor

AnimatableColor(
  1. Color value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a Color through a ColorTween.

Implementation

AnimatableColor(super.value, {required super.host});