SharedFile constructor
SharedFile({
- required String? value,
- String? thumbnail,
- int? duration,
- SharedMediaType type = SharedMediaType.OTHER,
Implementation
SharedFile(
{required this.value,
this.thumbnail,
this.duration,
this.type = SharedMediaType.OTHER});