GtdDashedLinePainter constructor

GtdDashedLinePainter({
  1. double dashWidth = 5,
  2. double dashSpace = 5,
})

Implementation

GtdDashedLinePainter({this.dashWidth = 5, this.dashSpace = 5});