ImageMessageView constructor

const ImageMessageView({
  1. Key? key,
  2. required ChatMessageModel chatMessage,
  3. String search = "",
  4. required bool isSelected,
  5. required bool showChatDeliveryIndicator,
})

Implementation

const ImageMessageView(
    {super.key,
    required this.chatMessage,
    this.search = "",
    required this.isSelected,
    required this.showChatDeliveryIndicator});