MessagePreviewWidget constructor

const MessagePreviewWidget({
  1. Key? key,
  2. String? text,
  3. bool fromMe = true,
  4. TextStyle? style,
})

Implementation

const MessagePreviewWidget({
  super.key,
  this.text,
  this.fromMe = true,
  this.style,
});