ChatBubbleClipper5 constructor

ChatBubbleClipper5({
  1. BubbleType? type,
  2. double radius = 15,
  3. double secondRadius = 2,
})

Implementation

ChatBubbleClipper5({this.type, this.radius = 15, this.secondRadius = 2});