SMapSingaporeColors constructor

SMapSingaporeColors({
  1. Color? sg01,
  2. Color? sg02,
  3. Color? sg03,
  4. Color? sg04,
  5. Color? sg05,
})

Implementation

SMapSingaporeColors({
  this.sg01,
  this.sg02,
  this.sg03,
  this.sg04,
  this.sg05,
});