pub fn title(child: impl UiNode, title: impl UiNode) -> impl UiNode
P Dialog title widget.
P
Note that this takes in an widget, you can use Text!("title") to set to a text.
Text!("title")