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