SMapBotswanaColors constructor

SMapBotswanaColors({
  1. Color? bwCE,
  2. Color? bwGH,
  3. Color? bwKG,
  4. Color? bwKL,
  5. Color? bwKW,
  6. Color? bwNE,
  7. Color? bwNW,
  8. Color? bwSE,
  9. Color? bwSO,
})

Implementation

SMapBotswanaColors({
  this.bwCE,
  this.bwGH,
  this.bwKG,
  this.bwKL,
  this.bwKW,
  this.bwNE,
  this.bwNW,
  this.bwSE,
  this.bwSO,
});