UpperNipMessageClipperTwo constructor
UpperNipMessageClipperTwo(
- MessageType type, {
- double bubbleRadius = 12,
- double nipHeight = 12,
- double nipWidth = 16,
- double nipRadius = 2,
Implementation
UpperNipMessageClipperTwo(
this.type, {
this.bubbleRadius = 12,
this.nipHeight = 12,
this.nipWidth = 16,
this.nipRadius = 2,
});