DownloadButton.appStore constructor

DownloadButton.appStore({
  1. 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;