pub fn value<'a, Theme>(value: impl ToString) -> Text<'a, Theme>where Theme: Catalog + 'a,
Creates a new Text widget that displays the provided value.
Text