SMapGermanyColors constructor

SMapGermanyColors({
  1. Color? deBW,
  2. Color? deBY,
  3. Color? deBE,
  4. Color? deBB,
  5. Color? deHB,
  6. Color? deHH,
  7. Color? deHE,
  8. Color? deMV,
  9. Color? deNI,
  10. Color? deNW,
  11. Color? deRP,
  12. Color? deSL,
  13. Color? deSN,
  14. Color? deST,
  15. Color? deSH,
  16. Color? deTH,
})

Implementation

SMapGermanyColors({
  this.deBW,
  this.deBY,
  this.deBE,
  this.deBB,
  this.deHB,
  this.deHH,
  this.deHE,
  this.deMV,
  this.deNI,
  this.deNW,
  this.deRP,
  this.deSL,
  this.deSN,
  this.deST,
  this.deSH,
  this.deTH,
});