ChatBubbleClipper7 constructor

ChatBubbleClipper7({
  1. BubbleType? type,
  2. double radius = 25,
})

Implementation

ChatBubbleClipper7({this.type, this.radius = 25});