You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When passing a custom duration to transitionDuration in FlyoutContoller.showFlyout, it only gets applied to the animation when opening the flyout.
Screenshots
Duration.zero
Duration(seconds: 3)
The text was updated successfully, but these errors were encountered:
It might be the reverseTransitionDuration is not set and is using the default value Duration(milliseconds: 300) on the PageRouteBuilder used in the Flyout class.
Describe the bug
When passing a custom duration to
transitionDuration
inFlyoutContoller.showFlyout
, it only gets applied to the animation when opening the flyout.Screenshots
The text was updated successfully, but these errors were encountered: