AnimatableObject<T> constructor

AnimatableObject<T>(
  1. T value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a value of an interpolatable type T.

Implementation

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