EmbedImage constructor

EmbedImage({
  1. required String url,
  2. String? proxyUrl,
  3. int? width,
  4. int? height,
})

Implementation

EmbedImage({ required this.url, this.proxyUrl, this.width, this.height });