menu
flutter_ignite_shell package
documentation
utils/shell_toast.dart
ShellToast
show static method
show static method
dark_mode
light_mode
show
static method
void
show
(
String
title
, {
String
?
message
,
})
Implementation
static void show(final String title, {String? message}) { Get.snackbar( title, message ?? "", ); }
flutter_ignite_shell package
documentation
utils/shell_toast
ShellToast
show static method
ShellToast class