isLeaved property

bool isLeaved

Implementation

bool get isLeaved =>
    (_state?.state.index ?? 0) >= AnimationState.endLeave.index;