MessageInfoView constructor

const MessageInfoView({
  1. Key? key,
  2. required ChatMessageModel chatMessage,
  3. required bool isGroupProfile,
  4. required String jid,
  5. bool enableAppBar = true,
  6. bool showChatDeliveryIndicator = true,
})

Implementation

const MessageInfoView(
    {super.key,
    required this.chatMessage,
    required this.isGroupProfile,
    required this.jid,
    this.enableAppBar = true,
    this.showChatDeliveryIndicator = true});