PaidMediaPreview constructor

const PaidMediaPreview({
  1. int? width,
  2. int? height,
  3. int? duration,
})

Constructs a PaidMediaPreview object.

Implementation

const PaidMediaPreview({
  this.width,
  this.height,
  this.duration,
});