[][src]Type Definition iced_wgpu::widget::text_input::TextInput

type TextInput<'a, Message> = TextInput<'a, Message, Renderer>;

A field that can be filled with text.

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