A modal route that replaces the entire screen with a platform-adaptive
transition.
This class is an specific implementation of Page. Is used to handle
transitions between pages.
/// The fullscreenDialog property specifies whether the incoming route is a
This class display a Material Dialog
This class is an specific implementation of Page. Is used to handle
transitions between pages.
This function takes a builder which typically builds a Dialog widget.
Content below the dialog is dimmed with a ModalBarrier. The widget
returned by the builder does not share a context with the location that
showDialog is originally called from. Use a StatefulBuilder or a
custom StatefulWidget if the dialog needs to update dynamically.