DownloadProgressStyle constructor
const
DownloadProgressStyle({})
Implementation
const DownloadProgressStyle({
this.statusTextStyle,
this.percentageTextStyle,
this.bytesTextStyle,
this.progressBarHeight = 6.0,
this.progressBarColor,
this.progressBarBackgroundColor,
this.spacing = 16.0,
this.cancelText = 'Cancel',
});