menu
flutter_arch package
documentation
overlay/global_loading.dart
LoadingMsg
LoadingMsg.new const constructor
LoadingMsg.new const constructor
dark_mode
light_mode
LoadingMsg
constructor
const
LoadingMsg
(
int
type
, {
String
message
=
'加载中...'
,
})
Implementation
const LoadingMsg(this.type, {this.message = '加载中...'});
flutter_arch package
documentation
overlay/global_loading
LoadingMsg
LoadingMsg.new const constructor
LoadingMsg class