MessageInformationConfiguration constructor

const MessageInformationConfiguration({
  1. String? title,
  2. Widget? closeIcon,
  3. MessageInformationStyle? messageInformationStyle,
  4. CometChatTheme? theme,
  5. VoidCallback? onClose,
  6. Widget bubbleView(
    1. BaseMessage,
    2. BuildContext context
    )?,
  7. Widget listItemView(
    1. BaseMessage message,
    2. MessageReceipt messageReceipt,
    3. BuildContext context
    )?,
  8. Widget subTitleView(
    1. BaseMessage message,
    2. MessageReceipt messageReceipt,
    3. BuildContext context
    )?,
  9. OnError? onError,
  10. String? receiptDatePattern,
  11. ListItemStyle? listItemStyle,
  12. Widget? readIcon,
  13. Widget? deliveredIcon,
  14. WidgetBuilder? loadingStateView,
  15. String? loadingIconUrl,
  16. String? errorStateText,
  17. WidgetBuilder? emptyStateView,
  18. String? emptyStateText,
  19. WidgetBuilder? errorStateView,
})

Implementation

const MessageInformationConfiguration({
  this.title,
  this.closeIcon,
  this.messageInformationStyle,
  this.theme,
  this.onClose,
  this.bubbleView,
  this.listItemView,
  this.subTitleView,
  this.onError,
  this.receiptDatePattern,
  this.listItemStyle,
  this.readIcon,
  this.deliveredIcon,
  this.loadingStateView,
  this.loadingIconUrl,
  this.errorStateText,
  this.emptyStateView,
  this.emptyStateText,
  this.errorStateView,
});