PreviewForUrl constructor

PreviewForUrl({
  1. int? matrixImageSize,
  2. Uri? ogImage,
  3. Map<String, Object?> additionalProperties = const {},
})

Implementation

PreviewForUrl({
  this.matrixImageSize,
  this.ogImage,
  this.additionalProperties = const {},
});