DownloadButton.ios constructor
Constructs a DownloadButton for downloading the iOS application.
Implementation
const DownloadButton.ios({
super.key,
this.link = 'messenger-ios.ipa',
this.onPressed,
}) : asset = SvgIcons.appleBlack,
title = 'iOS',
download = true;