FileFieldWithFile({ required this.file, String? filename, MediaType? contentType, }) : super._( filename: filename, contentType: contentType, );