NetherlandsColors constructor

const NetherlandsColors({
  1. Color? groningen,
  2. Color? friesland,
  3. Color? drenthe,
  4. Color? overijssel,
  5. Color? flevoland,
  6. Color? gelderland,
  7. Color? utrecht,
  8. Color? northholland,
  9. Color? southholland,
  10. Color? zeeland,
  11. Color? northbrabant,
  12. Color? limburg,
})

Implementation

const NetherlandsColors(
    {this.groningen,
    this.friesland,
    this.drenthe,
    this.overijssel,
    this.flevoland,
    this.gelderland,
    this.utrecht,
    this.northholland,
    this.southholland,
    this.zeeland,
    this.northbrabant,
    this.limburg});