ImageBubbleStyle constructor

const ImageBubbleStyle({
  1. double? width,
  2. double? height,
  3. Color? background,
  4. BoxBorder? border,
  5. double? borderRadius,
  6. Gradient? gradient,
  7. TextStyle? captionStyle,
})

Implementation

const ImageBubbleStyle(
    {super.width,
    super.height,
    super.background,
    super.border,
    super.borderRadius,
    super.gradient,
    this.captionStyle});