DownloadLinkBuilder typedef

DownloadLinkBuilder = Widget Function(BuildContext context, VoidCallback startDownload)

Implementation

typedef DownloadLinkBuilder = Widget Function(
  BuildContext context,
  VoidCallback startDownload,
);