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