transitionTimeout property

Duration? transitionTimeout
getter/setter pair

The amount of time to wait for a CSS transition to complete before assuming something went wrong and canceling the subscription.

If the CSS transition duration on the node is longer than 1s, you will need to set this to a Duration that is greater than or equal to the expected CSS duration of the node.

Default const Duration(seconds: 1)

Implementation

Duration? transitionTimeout;