shouldRender property

bool shouldRender

Whether the AbstractTransitionComponent should render.

If this is false your render should return false.

Implementation

bool get shouldRender =>
    state.transitionPhase != TransitionPhase.HIDDEN;