SMapAustraliaColors constructor

SMapAustraliaColors({
  1. Color? auNT,
  2. Color? auWA,
  3. Color? auACT,
  4. Color? auNSW,
  5. Color? auSA,
  6. Color? auVIC,
  7. Color? auQLD,
  8. Color? auTAS,
})

Implementation

SMapAustraliaColors({
  this.auNT,
  this.auWA,
  this.auACT,
  this.auNSW,
  this.auSA,
  this.auVIC,
  this.auQLD,
  this.auTAS,
});