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
AnimationType Defines Animation transition Note: AnimationType does not apply for bottomSheetDialog Types
DialogListenerKeys
DialogType
DialogType difines different Dialog Variations of dialogs i. pageDialog which executes showGeneralDialog with desired widget ii. bottomSheetDialog which executes showModalBottomSheet with desired widget iii. modalDialog which executes showDialog with desired widget iv. overlayDialog which executes an overlay as dialog