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