isStart property

bool Function() isStart
getter/setter pair

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

Implementation

late bool Function() isStart;