menu
artisanal package
documentation
tui.dart
AlertFactory
noteAlert static method
noteAlert static method
dark_mode
light_mode
noteAlert
static method
Alert
noteAlert
(
String
message
)
Creates a note alert.
Implementation
static Alert noteAlert(String message) => Alert() ..note() ..message(message);
artisanal package
documentation
tui
AlertFactory
noteAlert static method
AlertFactory extension on
Alert