MediaScreen constructor

const MediaScreen({
  1. required String filePath,
  2. bool isMediaFromPreview = false,
  3. bool isLimitReached = false,
  4. Key? key,
})

Implementation

const MediaScreen({
  required this.filePath,
  this.isMediaFromPreview = false,
  this.isLimitReached = false,
  super.key,
});