DownloadButton constructor Null safety
Implementation
const DownloadButton({
this.textColor = Colors.black,
this.backgroundColor = Colors.white,
this.fontSize = 14.0,
this.label = 'download',
Key? key,
}) : super(key: key);
const DownloadButton({
this.textColor = Colors.black,
this.backgroundColor = Colors.white,
this.fontSize = 14.0,
this.label = 'download',
Key? key,
}) : super(key: key);