DashedBorderPainter constructor
DashedBorderPainter({
- required Color color,
- double strokeWidth = 2.0,
- double dashWidth = 5.0,
- double dashSpace = 3.0,
- BorderRadius? borderRadius,
Implementation
DashedBorderPainter({
required this.color,
this.strokeWidth = 2.0,
this.dashWidth = 5.0,
this.dashSpace = 3.0,
this.borderRadius,
});