ChatBubbleClipper6 constructor

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

Implementation

ChatBubbleClipper6(
    {this.type, this.radius = 10, this.nipSize = 8, this.sizeRatio = 2});