ChatBubble constructor

const ChatBubble({
  1. Color? color,
  2. BorderRadiusGeometry? borderRadius,
  3. TextStyle? textStyle,
  4. EdgeInsetsGeometry? padding,
  5. EdgeInsetsGeometry? margin,
  6. LinkPreviewConfiguration? linkPreviewConfig,
  7. TextStyle? senderNameTextStyle,
  8. ReceiptsWidgetConfig? receiptsWidgetConfig,
  9. dynamic onMessageRead(
    1. Message message
    )?,
})

Implementation

const ChatBubble({
  this.color,
  this.borderRadius,
  this.textStyle,
  this.padding,
  this.margin,
  this.linkPreviewConfig,
  this.senderNameTextStyle,
  this.receiptsWidgetConfig,
  this.onMessageRead,
});