DashRectPainter constructor

DashRectPainter({
  1. double strokeWidth = 5.0,
  2. Color color = Colors.red,
  3. double gap = 5.0,
})

Implementation

DashRectPainter(
    {this.strokeWidth = 5.0, this.color = Colors.red, this.gap = 5.0});