menu
getx_scaffold package
documentation
common/components/loading.dart
Loading
success static method
success static method
dark_mode
light_mode
success
static method
void
success
(
[
String
?
text
])
Implementation
static void success([String? text]) { EasyLoading.showSuccess(text ?? '操作成功'); }
getx_scaffold package
documentation
common/components/loading
Loading
success static method
Loading class