Function iced::widget::iced

source ·
pub fn iced<'a, Message, Theme, Renderer>(
    text_size: impl Into<Pixels>,
) -> Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: Renderer + Renderer<Font = Font> + Renderer + 'a, Theme: Catalog + Catalog + 'a,
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.