DashedRect constructor

DashedRect({
  1. Color color = Colors.black,
  2. double strokeWidth = 1.0,
  3. double gap = 5.0,
  4. Widget? child,
})

Implementation

DashedRect({this.color = Colors.black, this.strokeWidth = 1.0, this.gap = 5.0, this.child});