AnimatableDouble constructor

AnimatableDouble(
  1. double value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a double through a Tween.

Implementation

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