ChittagongPainter constructor

ChittagongPainter({
  1. Color? color,
  2. Color? strokeColor,
  3. double? strokeWidth,
  4. bool showDistrictBorder = true,
})

Implementation

ChittagongPainter({
  this.color,
  this.strokeColor,
  this.strokeWidth,
  this.showDistrictBorder = true,
});