OptionalAnimatableInt constructor

OptionalAnimatableInt(
  1. int? value, {
  2. required AnimatableParameterHost host,
})

Creates a version of AnimatableInt that for optional parameters.

Implementation

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