SMapCanadaColors constructor

SMapCanadaColors({
  1. Color? caAB,
  2. Color? caBC,
  3. Color? caMB,
  4. Color? caNB,
  5. Color? caNL,
  6. Color? caNS,
  7. Color? caNT,
  8. Color? caNU,
  9. Color? caON,
  10. Color? caPE,
  11. Color? caQC,
  12. Color? caSK,
  13. Color? caYT,
})

Implementation

SMapCanadaColors({
  this.caAB,
  this.caBC,
  this.caMB,
  this.caNB,
  this.caNL,
  this.caNS,
  this.caNT,
  this.caNU,
  this.caON,
  this.caPE,
  this.caQC,
  this.caSK,
  this.caYT,
});