[][src]Type Definition iced_graphics::widget::Text

type Text<Backend> = Text<Renderer<Backend>>;

A paragraph of text.

This is an alias of an iced_native text with an iced_wgpu::Renderer.