menu
getx_scaffold package
documentation
common/common.dart
showWarningToast function
showWarningToast function
dark_mode
light_mode
showWarningToast
function
void
showWarningToast
(
String
msg
)
显示警告Toast
Implementation
void showWarningToast(String msg) { Toast.warning(msg); }
getx_scaffold package
documentation
common/common
showWarningToast function
common library