CometChatMessageComposerAction constructor
const
CometChatMessageComposerAction({})
CometChatMessageComposerAction constructor requires id
and title
while initializing.
Implementation
const CometChatMessageComposerAction(
{required this.id,
required this.title,
this.iconUrl,
this.iconUrlPackageName,
this.iconTint,
this.iconBackground,
this.iconCornerRadius,
this.background,
this.cornerRadius,
this.titleStyle,
this.onItemClick});