LinkPreviewOptions constructor

const LinkPreviewOptions({
  1. bool? isDisabled,
  2. String? url,
  3. bool? preferSmallMedia,
  4. bool? preferLargeMedia,
  5. bool? showAboveText,
})

Constructs an instance of LinkPreviewOptions.

Implementation

const LinkPreviewOptions({
  this.isDisabled,
  this.url,
  this.preferSmallMedia,
  this.preferLargeMedia,
  this.showAboveText,
});