SMapGreeceColors constructor

SMapGreeceColors({
  1. Color? grA,
  2. Color? grB,
  3. Color? grC,
  4. Color? grD,
  5. Color? grE,
  6. Color? grF,
  7. Color? grG,
  8. Color? grH,
  9. Color? grI,
  10. Color? grJ,
  11. Color? grK,
  12. Color? grL,
  13. Color? grM,
  14. Color? gr69,
})

Implementation

SMapGreeceColors({
  this.grA,
  this.grB,
  this.grC,
  this.grD,
  this.grE,
  this.grF,
  this.grG,
  this.grH,
  this.grI,
  this.grJ,
  this.grK,
  this.grL,
  this.grM,
  this.gr69,
});