DownLoadWidget constructor

DownLoadWidget({
  1. required double width,
  2. required double x,
  3. required double y,
  4. required double fontSize,
  5. required String fontColor,
  6. required String content,
  7. dynamic downloadListener,
})

Implementation

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