Showing an alert dialog with an expand-and-crossfade animation

70 Views Asked by At

I would like to show an AlertDialog with an "expand and cross-fade" transition originating from the widget that is tapped to open it.

Example of transition

Does Flutter provide APIs for this transition, or does it need to be implemented manually? If the latter, how?

0

There are 0 best solutions below