LocationMessageView constructor

const LocationMessageView({
  1. Key? key,
  2. required ChatMessageModel chatMessage,
  3. required bool isSelected,
  4. required bool showChatDeliveryIndicator,
})

Implementation

const LocationMessageView(
    {Key? key, required this.chatMessage, required this.isSelected, required this.showChatDeliveryIndicator})
    : super(key: key);