ChatBubble constructor

ChatBubble({
  1. CustomClipper? clipper,
  2. Widget? child,
  3. EdgeInsetsGeometry? margin,
  4. double? elevation,
  5. Color? backGroundColor,
  6. Color? shadowColor,
  7. Alignment? alignment,
  8. EdgeInsetsGeometry? padding,
})

Implementation

ChatBubble(
    {this.clipper,
    this.child,
    this.margin,
    this.elevation,
    this.backGroundColor,
    this.shadowColor,
    this.alignment,
    this.padding});