ChatBubbleClipper3 constructor

ChatBubbleClipper3({
  1. BubbleType? type,
  2. double radius = 15,
  3. double nipSize = 7,
})

Implementation

ChatBubbleClipper3({this.type, this.radius = 15, this.nipSize = 7});