ChatBubbleClipper2 constructor

ChatBubbleClipper2({
  1. BubbleType? type,
  2. double radius = 10,
  3. double nipHeight = 10,
  4. double nipWidth = 15,
  5. double nipRadius = 3,
})

Implementation

ChatBubbleClipper2(
    {this.type,
    this.radius = 10,
    this.nipHeight = 10,
    this.nipWidth = 15,
    this.nipRadius = 3});