menu
getx_scaffold package
documentation
common/components/loading.dart
Loading
toast static method
toast static method
dark_mode
light_mode
toast
static method
void
toast
(
String
text
)
Implementation
static void toast(String text) { EasyLoading.showToast(text); }
getx_scaffold package
documentation
common/components/loading
Loading
toast static method
Loading class