DownLoadWidget constructor
DownLoadWidget({})
Implementation
DownLoadWidget({
required this.width,
required this.x,
required this.y,
required this.fontSize,
required this.fontColor,
required this.content,
this.downloadListener
});