CometChatDetailsOption constructor
CometChatDetailsOption({})
CometChatDetailsOption constructor requires id
, title
and onClick
while initializing.
Implementation
CometChatDetailsOption(
{this.customView,
this.onClick,
this.tail,
required super.id,
this.height,
super.title,
super.icon,
super.packageName,
super.titleStyle});