ChatBubbleClipper9 constructor
ChatBubbleClipper9({
- BubbleType? type,
- double radius = 15,
- double nipSize = 8,
- double sizeRatio = 3,
Implementation
ChatBubbleClipper9(
{this.type, this.radius = 15, this.nipSize = 8, this.sizeRatio = 3});