TextModerationConfiguration constructor

const TextModerationConfiguration({
  1. CometChatTheme? theme,
  2. TextBubbleStyle? style,
})

Implementation

const TextModerationConfiguration({this.theme, this.style});