ChatBubbleClipper8 constructor

ChatBubbleClipper8({
  1. BubbleType? type,
  2. double radius = 20,
})

Implementation

ChatBubbleClipper8({this.type, this.radius = 20});