odometerAnimation property

Animation<OdometerNumber> odometerAnimation

The animation for the OdometerNumber.

Implementation

Animation<OdometerNumber> get odometerAnimation =>
    listenable as Animation<OdometerNumber>;