transitionInCount property

int transitionInCount

The number of transitionend events that occur when the transition node is shown.

Defaults to 1 to match previous behavior in the case where props.transitionCount is null.

Implementation

int get transitionInCount => props.transitionInCount ?? props.transitionCount ?? 1;