[−][src]Trait iced_graphics::widget::text_input::StyleSheet
A set of rules that dictate the style of a text input.
Required methods
fn active(&self) -> Style
Produces the style of an active text input.
fn focused(&self) -> Style
Produces the style of a focused text input.