pub fn text<'a>(text: impl Into<Cow<'a, str>> + 'a) -> Text<'a, Theme, Renderer>
Creates a new Text widget with the provided content.
Text