SMapBangladeshColors constructor

SMapBangladeshColors({
  1. Color? bdA,
  2. Color? bdB,
  3. Color? bdC,
  4. Color? bdD,
  5. Color? bdE,
  6. Color? bdF,
  7. Color? bdG,
})

Implementation

SMapBangladeshColors({
  this.bdA,
  this.bdB,
  this.bdC,
  this.bdD,
  this.bdE,
  this.bdF,
  this.bdG,
});