ContactMessageView constructor
const
ContactMessageView({
- Key? key,
- required ChatMessageModel chatMessage,
- String search = Constants.emptyString,
- required bool isSelected,
- required bool showChatDeliveryIndicator,
Implementation
const ContactMessageView({Key? key,
required this.chatMessage,
this.search = Constants.emptyString,
required this.isSelected, required this.showChatDeliveryIndicator})
: super(key: key);