MessageBubbleStyle constructor
const
MessageBubbleStyle({})
MessageBubbleStyle constructor requires width, height, background, border, borderRadius, gradient and contentPadding while initializing.
Implementation
const MessageBubbleStyle(
{super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
this.widthFlex,
this.contentPadding});