isLeaved property

bool get isLeaved

Implementation

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