isEnd property

bool Function() isEnd
getter/setter pair

This is a simple getter to know if the animation status is at its ending point

Implementation

late bool Function() isEnd;