OptionalAnimatableObject<T> constructor

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

Creates a version of AnimatableObject for optional parameters.

Implementation

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