menu
artisanal package
documentation
tui.dart
Alert
error method
error method
dark_mode
light_mode
error
method
Alert
error
(
)
Sets the alert to error type.
Implementation
Alert error() { _type = AlertType.error; return this; }
artisanal package
documentation
tui
Alert
error method
Alert class