SMapChadColors constructor

SMapChadColors({
  1. Color? tdBA,
  2. Color? tdBG,
  3. Color? tdBO,
  4. Color? tdCB,
  5. Color? tdEN,
  6. Color? tdGR,
  7. Color? tdHL,
  8. Color? tdKA,
  9. Color? tdLC,
  10. Color? tdLO,
  11. Color? tdLR,
  12. Color? tdMA,
  13. Color? tdMC,
  14. Color? tdME,
  15. Color? tdMO,
  16. Color? tdND,
  17. Color? tdOD,
  18. Color? tdSA,
  19. Color? tdSI,
  20. Color? tdTA,
  21. Color? tdTI,
  22. Color? tdWF,
})

Implementation

SMapChadColors({
  this.tdBA,
  this.tdBG,
  this.tdBO,
  this.tdCB,
  this.tdEN,
  this.tdGR,
  this.tdHL,
  this.tdKA,
  this.tdLC,
  this.tdLO,
  this.tdLR,
  this.tdMA,
  this.tdMC,
  this.tdME,
  this.tdMO,
  this.tdND,
  this.tdOD,
  this.tdSA,
  this.tdSI,
  this.tdTA,
  this.tdTI,
  this.tdWF,
});