Function ::exo::ui::notification

Overview
fn notification(design: String, message: String, time: i64) -> Tuple

Show a small notification on the bottom right of the screen to the user. The design can either be "Information", "Negative", "Positive" or "Warning". After the given time in millisecond the message disappears automatically from the users screen.