ZegoMicrophoneStateIcon constructor

const ZegoMicrophoneStateIcon({
  1. Key? key,
  2. required ZegoUIKitUser? targetUser,
  3. Image? iconMicrophoneOn,
  4. Image? iconMicrophoneOff,
  5. Image? iconMicrophoneSpeaking,
})

Implementation

const ZegoMicrophoneStateIcon({
  Key? key,
  required this.targetUser,
  this.iconMicrophoneOn,
  this.iconMicrophoneOff,
  this.iconMicrophoneSpeaking,
}) : super(key: key);