shouldRender property
      
      bool
      get
      shouldRender
      
    
    
Whether the AbstractTransitionComponent should render.
If this is false your render should return false.
Implementation
bool get shouldRender =>
    state.transitionPhase != TransitionPhase.HIDDEN;