dialog_handler library
Classes
- DialogConfig
- To hold configurations of dialog instance on display.
- DialogHandler
- DialogManager
-
DialogStack<
T> - To keep record of dialogs on display, important for nexted dialogs
Enums
- AnimationType
-
AnimationTypeDefines Animation transition Note: AnimationType does not apply for bottomSheetDialog Types - DialogListenerKeys
- DialogType
-
DialogTypedifines different Dialog Variations of dialogs i. pageDialog which executesshowGeneralDialogwith desired widget ii. bottomSheetDialog which executesshowModalBottomSheetwith desired widget iii. modalDialog which executesshowDialogwith desired widget iv. overlayDialog which executes an overlay as dialog