DownloadButton.android constructor
Constructs a DownloadButton for downloading the Android application.
Implementation
const DownloadButton.android({
super.key,
this.link = 'messenger-android.apk',
this.onPressed,
}) : asset = SvgIcons.android,
title = 'Android',
download = true;