ChatUIConfig constructor
ChatUIConfig({
- bool? showTeamMessageStatus,
- BoxDecoration? receiveMessageBg,
- BoxDecoration? selfMessageBg,
- bool? showP2pMessageStatus,
- Color? signalBgColor,
- Color? timeTextColor,
- double? timeTextSize,
- double? messageTextSize,
- Color? messageTextColor,
- double? userNickTextSize,
- Color? userNickColor,
- double? avatarCornerRadius,
- bool enableMessageLongPress = true,
- PopMenuConfig? popMenuConfig,
- bool keepDefaultMoreAction = true,
- List<
ActionItem> ? moreActions, - ChatKitMessageBuilder? messageBuilder,
- MessageClickListener? messageClickListener,
Implementation
ChatUIConfig(
{this.showTeamMessageStatus,
this.receiveMessageBg,
this.selfMessageBg,
this.showP2pMessageStatus,
this.signalBgColor,
this.timeTextColor,
this.timeTextSize,
this.messageTextSize,
this.messageTextColor,
this.userNickTextSize,
this.userNickColor,
this.avatarCornerRadius,
this.enableMessageLongPress = true,
this.popMenuConfig,
this.keepDefaultMoreAction = true,
this.moreActions,
this.messageBuilder,
this.messageClickListener});