CometChatDetailsTemplate constructor
const
CometChatDetailsTemplate({})
CometChatDetailsTemplate constructor requires id and options while initializing.
Implementation
const CometChatDetailsTemplate(
{required this.id,
this.options,
this.title,
this.titleStyle,
this.sectionSeparatorColor,
this.hideSectionSeparator,
this.itemSeparatorColor,
this.hideItemSeparator});