ChatBubbleClipper6 constructor
ChatBubbleClipper6({
- BubbleType? type,
- double radius = 10,
- double nipSize = 8,
- double sizeRatio = 2,
Implementation
ChatBubbleClipper6(
{this.type, this.radius = 10, this.nipSize = 8, this.sizeRatio = 2});