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