ZegoNetworkLoading constructor

const ZegoNetworkLoading({
  1. Key? key,
  2. required Widget child,
  3. ZegoNetworkLoadingConfig? config,
})

Implementation

const ZegoNetworkLoading({
  Key? key,
  required this.child,
  this.config,
}) : super(key: key);