UpperNipMessageClipperTwo constructor

UpperNipMessageClipperTwo(
  1. MessageType type, {
  2. double bubbleRadius = 12,
  3. double nipHeight = 12,
  4. double nipWidth = 16,
  5. double nipRadius = 2,
})

Implementation

UpperNipMessageClipperTwo(
  this.type, {
  this.bubbleRadius = 12,
  this.nipHeight = 12,
  this.nipWidth = 16,
  this.nipRadius = 2,
});