I would like to show an AlertDialog
with an "expand and cross-fade" transition originating from the widget that is tapped to open it.
Does Flutter provide APIs for this transition, or does it need to be implemented manually? If the latter, how?
I would like to show an AlertDialog
with an "expand and cross-fade" transition originating from the widget that is tapped to open it.
Does Flutter provide APIs for this transition, or does it need to be implemented manually? If the latter, how?