SMapTaiwanColors constructor

SMapTaiwanColors({
  1. Color? twTP,
  2. Color? twTW,
  3. Color? twKH,
  4. Color? twFK,
})

Implementation

SMapTaiwanColors({
  this.twTP,
  this.twTW,
  this.twKH,
  this.twFK,
});