hasTransitionIn property
bool
get
hasTransitionIn
Whether the Element returned by getTransitionDomNode will have a transition event when showing.
Implementation
bool get hasTransitionIn => hasTransition && transitionInCount > 0;