DownloadButton.googlePlay constructor
- Key? key,
Constructs a DownloadButton for downloading the Android application from Google Play.
Implementation
DownloadButton.googlePlay({super.key})
: asset = SvgIcons.googlePlay,
title = 'Google Play',
link = Config.googlePlayUrl,
download = false;