isOrWillBeHidden property

bool isOrWillBeHidden

Whether the AbstractTransitionComponent is hidden or in the process of hiding.

Implementation

bool get isOrWillBeHidden =>
    state.transitionPhase == TransitionPhase.HIDING ||
    state.transitionPhase == TransitionPhase.HIDDEN;