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