[−][src]Type Definition iced_graphics::widget::text_input::TextInput   
type TextInput<'a, Message, Backend> = TextInput<'a, Message, Renderer<Backend>>;
A field that can be filled with text.
This is an alias of an iced_native text input with an iced_wgpu::Renderer.