AnimatableInt constructor

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

Creates an AnimatableParameter that animates changes to an int through an IntTween.

Implementation

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