DottedLinePainter constructor

DottedLinePainter({
  1. double strokeWidth = 1.0,
  2. Color color = Colors.greenAccent,
  3. double gap = 5.0,
})

Implementation

DottedLinePainter(
    {this.strokeWidth = 1.0,
    this.color = Colors.greenAccent,
    this.gap = 5.0});