ZegoNetworkLoading constructor
const
ZegoNetworkLoading({
- Key? key,
- required Widget child,
- ZegoNetworkLoadingConfig? config,
Implementation
const ZegoNetworkLoading({
Key? key,
required this.child,
this.config,
}) : super(key: key);