SMapAustriaColors constructor

SMapAustriaColors({
  1. Color? at1,
  2. Color? at2,
  3. Color? at3,
  4. Color? at4,
  5. Color? at6,
  6. Color? at5,
  7. Color? at7,
  8. Color? at8,
  9. Color? at9,
})

Implementation

SMapAustriaColors({
  this.at1,
  this.at2,
  this.at3,
  this.at4,
  this.at6,
  this.at5,
  this.at7,
  this.at8,
  this.at9,
});