ChatBubbleClipper10 constructor

ChatBubbleClipper10({
  1. BubbleType? type,
  2. double radius = 15,
  3. double nipSize = 8,
  4. double sizeRatio = 3,
})

Implementation

ChatBubbleClipper10(
    {this.type, this.radius = 15, this.nipSize = 8, this.sizeRatio = 3});