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