DownloadButton.appStore constructor
- Key? key,
- void onPressed()?,
Constructs a DownloadButton for downloading the iOS application from App Store.
Implementation
DownloadButton.appStore({super.key, this.onPressed})
: asset = SvgIcons.appStore,
title = 'App Store',
link = Config.appStoreUrl,
download = false;