defaultStyle constant

BubbleStyle const defaultStyle

Default style for message bubbles

Implementation

static const BubbleStyle defaultStyle = BubbleStyle(
  userBubbleTopLeftRadius: 18,
  userBubbleTopRightRadius: 4,
  aiBubbleTopLeftRadius: 4,
  aiBubbleTopRightRadius: 18,
  bottomLeftRadius: 18,
  bottomRightRadius: 18,
  enableShadow: true,
  shadowOpacity: 0.08,
  shadowBlurRadius: 10,
  shadowOffset: Offset(0, 3),
);