status property

  1. @override
AnimationStatus status
override

Tells if the animations is running(forward) or completed

Implementation

@override
AnimationStatus get status => _status;