LocationMessageView constructor
const
LocationMessageView({
- Key? key,
- required ChatMessageModel chatMessage,
- required bool isSelected,
- required bool showChatDeliveryIndicator,
Implementation
const LocationMessageView(
{Key? key, required this.chatMessage, required this.isSelected, required this.showChatDeliveryIndicator})
: super(key: key);