SMapDenmarkColors constructor

SMapDenmarkColors({
  1. Color? dk84,
  2. Color? dk82,
  3. Color? dk81,
  4. Color? dk85,
  5. Color? dk83,
})

Implementation

SMapDenmarkColors({
  this.dk84,
  this.dk82,
  this.dk81,
  this.dk85,
  this.dk83,
});