Function iced
pub fn iced<'a, Message, Theme, Renderer>(
text_size: impl Into<Pixels>,
) -> Element<'a, Message, Theme, Renderer>Available on crate feature
svg only.Expand description
Creates an [Element] that displays the iced logo with the given text_size.
Useful for showing some love to your favorite GUI library in your “About” screen, for instance.