ChatBubble constructor
const
ChatBubble({
- Color? color,
- BorderRadiusGeometry? borderRadius,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- LinkPreviewConfiguration? linkPreviewConfig,
- TextStyle? senderNameTextStyle,
- ReceiptsWidgetConfig? receiptsWidgetConfig,
- dynamic onMessageRead(
- Message message
Implementation
const ChatBubble({
this.color,
this.borderRadius,
this.textStyle,
this.padding,
this.margin,
this.linkPreviewConfig,
this.senderNameTextStyle,
this.receiptsWidgetConfig,
this.onMessageRead,
});