LinkPreviewOptions constructor
const
LinkPreviewOptions({})
Constructs an instance of LinkPreviewOptions.
Implementation
const LinkPreviewOptions({
this.isDisabled,
this.url,
this.preferSmallMedia,
this.preferLargeMedia,
this.showAboveText,
});