BarisalPainter constructor

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

Implementation

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