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