MediaPage constructor

const MediaPage({
  1. Key? key,
  2. String? whatsapp,
  3. String? facebook,
  4. String? instagram,
  5. String? twitter,
  6. String? linkedin,
  7. String? youtube,
  8. String? tiktok,
  9. dynamic loc,
})

Implementation

const MediaPage({
  Key? key,
  this.whatsapp,
  this.facebook,
  this.instagram,
  this.twitter,
  this.linkedin,
  this.youtube,
  this.tiktok,
  this.loc,
}) : super(key: key);