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