SMapUnitedStatesColors constructor

SMapUnitedStatesColors({
  1. Color? usAK,
  2. Color? usAL,
  3. Color? usAR,
  4. Color? usAZ,
  5. Color? usCA,
  6. Color? usCO,
  7. Color? usCT,
  8. Color? usDC,
  9. Color? usDE,
  10. Color? usFL,
  11. Color? usGA,
  12. Color? usHI,
  13. Color? usIA,
  14. Color? usID,
  15. Color? usIL,
  16. Color? usIN,
  17. Color? usKS,
  18. Color? usKY,
  19. Color? usLA,
  20. Color? usMA,
  21. Color? usMD,
  22. Color? usME,
  23. Color? usMI,
  24. Color? usMN,
  25. Color? usMO,
  26. Color? usMS,
  27. Color? usMT,
  28. Color? usNC,
  29. Color? usND,
  30. Color? usNE,
  31. Color? usNH,
  32. Color? usNJ,
  33. Color? usNM,
  34. Color? usNV,
  35. Color? usNY,
  36. Color? usOH,
  37. Color? usOK,
  38. Color? usOR,
  39. Color? usPA,
  40. Color? usRI,
  41. Color? usSC,
  42. Color? usSD,
  43. Color? usTN,
  44. Color? usTX,
  45. Color? usUT,
  46. Color? usVA,
  47. Color? usVT,
  48. Color? usWA,
  49. Color? usWI,
  50. Color? usWV,
  51. Color? usWY,
})

Implementation

SMapUnitedStatesColors({
  this.usAK,
  this.usAL,
  this.usAR,
  this.usAZ,
  this.usCA,
  this.usCO,
  this.usCT,
  this.usDC,
  this.usDE,
  this.usFL,
  this.usGA,
  this.usHI,
  this.usIA,
  this.usID,
  this.usIL,
  this.usIN,
  this.usKS,
  this.usKY,
  this.usLA,
  this.usMA,
  this.usMD,
  this.usME,
  this.usMI,
  this.usMN,
  this.usMO,
  this.usMS,
  this.usMT,
  this.usNC,
  this.usND,
  this.usNE,
  this.usNH,
  this.usNJ,
  this.usNM,
  this.usNV,
  this.usNY,
  this.usOH,
  this.usOK,
  this.usOR,
  this.usPA,
  this.usRI,
  this.usSC,
  this.usSD,
  this.usTN,
  this.usTX,
  this.usUT,
  this.usVA,
  this.usVT,
  this.usWA,
  this.usWI,
  this.usWV,
  this.usWY,
});