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