GNDownloadButton constructor
const
GNDownloadButton({})
Implementation
const GNDownloadButton({
super.key,
required this.url,
this.text,
this.color,
this.icon,
this.onTap,
this.isOnlyView = false,
this.isShowDownloadButtonInViewMode = true,
});