pub struct PopUp { /* private fields */ }
Expand description
Configuration struct to set up the Error applet.
Implementations§
source§impl PopUp
impl PopUp
sourcepub fn new(word_wrap: WordWrap) -> Self
pub fn new(word_wrap: WordWrap) -> Self
Initializes the error applet with the provided word wrap setting.