OptionalAnimatableDouble constructor

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

Creates a version of AnimatableDouble for optional parameters.

Implementation

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