BubbleContentVerifier constructor

BubbleContentVerifier({
  1. bool showThumbnail = false,
  2. bool showName = false,
  3. bool showReadReceipt = true,
  4. bool showFooterView = true,
  5. BubbleAlignment alignment = BubbleAlignment.right,
  6. bool showTime = true,
})

Implementation

BubbleContentVerifier(
    {this.showThumbnail = false,
    this.showName = false,
    this.showReadReceipt = true,
    this.showFooterView = true,
    this.alignment = BubbleAlignment.right,
    this.showTime = true});