UpdateConfig constructor

UpdateConfig({
  1. String? title,
  2. Color? progressBackgroundColor,
  3. Color? themeColor,
  4. Image? topImage,
  5. double? extraHeight,
  6. String? apkName,
  7. int? retryCount,
  8. bool chLanguage = false,
})

Implementation

UpdateConfig({
  this.title,
  this.progressBackgroundColor,
  this.themeColor,
  this.topImage,
  this.extraHeight,
  this.apkName,
  this.retryCount,
  this.chLanguage = false,
});