CustomOptions constructor

CustomOptions({
  1. String? bordercolor,
  2. String? bgcolor,
  3. String? headertextcolor,
  4. String? header1textcolor,
  5. String? iconcolor,
  6. String? iconbgcolor,
  7. String? adbadgebgcolor,
  8. String? adbadgetextcolor,
  9. String? adbadgebordercolor,
  10. String? buttoncolor,
  11. String? buttontxtcolor,
})

Implementation

CustomOptions({
  this.bordercolor,
  this.bgcolor,
  this.headertextcolor,
  this.header1textcolor,
  this.iconcolor,
  this.iconbgcolor,
  this.adbadgebgcolor,
  this.adbadgetextcolor,
  this.adbadgebordercolor,
  this.buttoncolor,
  this.buttontxtcolor,
});