FilePreviewPage constructor
FilePreviewPage({})
Implementation
FilePreviewPage(
{Key? key,
required this.files,
required this.messageType,
required this.conversationId,
required this.channelName})
: super(key: key);