menu
bzframework package
documentation
widgets/BZLoading.dart
BZLoading
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); }
bzframework package
documentation
widgets/BZLoading
BZLoading
toast static method
BZLoading class