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