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