SmartReplyView constructor

const SmartReplyView({
  1. Key? key,
  2. required List<String> replies,
  3. SmartReplyStyle? style,
  4. required void onCloseTap(),
  5. void onClick(
    1. String
    )?,
  6. CometChatTheme? theme,
})

Implementation

const SmartReplyView(
    {super.key,
    required this.replies,
    this.style,
    required this.onCloseTap,
    this.onClick,
    this.theme});