Type Definition iced::widget::text_input::TextInput

source ·
pub type TextInput<'a, Message, Renderer = Renderer> = TextInput<'a, Message, Renderer>;
Expand description

A field that can be filled with text.