Function dioxus_material::Dialog
source · pub fn Dialog<'a>(cx: Scope<'a, DialogProps<'a>>) -> Element<'a>Expand description
Dialogs provide important prompts in a user flow.
Props
For details, see the props struct definition.
children:Element<'a>is_visible:bool