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