MediaItem.fromNetwork constructor

MediaItem.fromNetwork(
  1. String url, {
  2. bool? spoiler,
  3. String? proxyUrl,
  4. int? height,
  5. int? width,
  6. String? contentType,
  7. String? description,
})

Implementation

MediaItem.fromNetwork(
  this.url, {
  this.spoiler,
  this.proxyUrl,
  this.height,
  this.width,
  this.contentType,
  this.description,
});