multiline_text_input: "Text can both be so wide that it needs a line break, but you can also add manual line break by pressing enter, creating new paragraphs.\nThis is the start of the next paragraph.\n\nClick me to edit me!".to_owned(),
show_password: false,
}
}
}
@ -131,15 +129,19 @@ impl Widgets {
ui.horizontal(|ui|{
ui.label("Password:");
// We let `egui` store the show/hide password toggle: