ChatBubble constructor
ChatBubble({
- CustomClipper? clipper,
- Widget? child,
- EdgeInsetsGeometry? margin,
- double? elevation,
- Color? backGroundColor,
- Color? shadowColor,
- Alignment? alignment,
- EdgeInsetsGeometry? padding,
Implementation
ChatBubble({
this.clipper,
this.child,
this.margin,
this.elevation,
this.backGroundColor,
this.shadowColor,
this.alignment,
this.padding
});