TextMessageOptions constructor

const TextMessageOptions({
  1. bool isTextSelectable = true,
  2. void onLinkPressed(
    1. String
    )?,
  3. bool openOnPreviewImageTap = false,
  4. bool openOnPreviewTitleTap = false,
  5. List<MatchText> matchers = const [],
})

Implementation

const TextMessageOptions({
  this.isTextSelectable = true,
  this.onLinkPressed,
  this.openOnPreviewImageTap = false,
  this.openOnPreviewTitleTap = false,
  this.matchers = const [],
});