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