isForwardOrCompleted property

  1. @override
bool get isForwardOrCompleted
override

Whether the current aim of the animation is toward completion.

Implementation

@override
bool get isForwardOrCompleted => status.isForwardOrCompleted;