DownloadButton.windows constructor

const DownloadButton.windows({
  1. Key? key,
  2. String? link = 'messenger-windows.zip',
})

Constructs a DownloadButton for downloading the Windows application.

Implementation

const DownloadButton.windows({super.key, this.link = 'messenger-windows.zip'})
  : asset = SvgIcons.windows,
    title = 'Windows',
    download = true;