ChatBubbleClipper4 constructor

ChatBubbleClipper4({
  1. BubbleType? type,
  2. double radius = 5,
  3. double offset = 10,
  4. double nipSize = 7,
})

Implementation

ChatBubbleClipper4(
    {this.type, this.radius = 5, this.offset = 10, this.nipSize = 7});