isCompleted property

  1. @override
bool isCompleted
override

Whether this animation is stopped at the end.

Implementation

@override
bool get isCompleted => animation!.isCompleted;