menu
getx_scaffold package
documentation
common/common.dart
showSuccess function
showSuccess function
dark_mode
light_mode
showSuccess
function
void
showSuccess
(
[
String
?
msg
])
显示成功
Implementation
void showSuccess([String? msg]) { Loading.success(msg); }
getx_scaffold package
documentation
common/common
showSuccess function
common library