ZegoNetworkLoadingConfig constructor

ZegoNetworkLoadingConfig({
  1. bool enabled = true,
  2. Widget? icon,
  3. Color? iconColor,
  4. Color? progressColor,
})

Implementation

ZegoNetworkLoadingConfig({
  this.enabled = true,
  this.icon,
  this.iconColor,
  this.progressColor,
});