error_text Widget
An error_text widget displays a message to the user with a warning icon.
Attributes:
text: "Message1
- Required
- A message to display.
Example
# Ruby
error_text("Error Message")
#![allow(unused)] fn main() { // Rust error_text("Error Message") }