BubbleStyle constructor

const BubbleStyle({
  1. Radius? radius,
  2. bool? showNip,
  3. BubbleNip? nip,
  4. double? nipWidth,
  5. double? nipHeight,
  6. double? nipOffset,
  7. double? nipRadius,
  8. bool? stick,
  9. Color? color,
  10. Color? borderColor,
  11. double? borderWidth,
  12. bool? borderUp,
  13. double? elevation,
  14. Color? shadowColor,
  15. BubbleEdges? padding,
  16. BubbleEdges? margin,
  17. AlignmentGeometry? alignment,
})

Implementation

const BubbleStyle({
  this.radius,
  this.showNip,
  this.nip,
  this.nipWidth,
  this.nipHeight,
  this.nipOffset,
  this.nipRadius,
  this.stick,
  this.color,
  this.borderColor,
  this.borderWidth,
  this.borderUp,
  this.elevation,
  this.shadowColor,
  this.padding,
  this.margin,
  this.alignment,
});