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