MediaAttachment constructor
Implementation
const MediaAttachment({
  super.key,
  required this.attachment,
  this.width,
  this.height,
  this.fit,
  this.onError,
  this.autoplay = false,
});const MediaAttachment({
  super.key,
  required this.attachment,
  this.width,
  this.height,
  this.fit,
  this.onError,
  this.autoplay = false,
});