OptionalAnimatableInt constructor
OptionalAnimatableInt(
- int? value, {
- required AnimatableParameterHost host,
Creates a version of AnimatableInt that for optional parameters.
Implementation
OptionalAnimatableInt(super.value, {required super.host});