MessageContent constructor
const
MessageContent({})
Implementation
const MessageContent({Key? key,
required this.chatList,
required this.index,
this.search = Constants.emptyString,
this.isSelected = false,
required this.onPlayAudio,
required this.onSeekbarChange, this.showChatDeliveryIndicator = true})
: super(key: key);