SocketMediaWidget constructor
const
SocketMediaWidget({})
Implementation
const SocketMediaWidget({
super.key,
this.width,
this.height,
required this.message,
required this.user,
required this.messageId,
required this.isDelivered,
required this.isMe,
required this.style,
required this.chatStyle,
required this.fileStore,
required this.config,
});