DashedBorder constructor
const
DashedBorder({})
Implementation
const DashedBorder({
Key? key,
required this.child,
required this.color,
this.strokeWidth = 2.0,
this.dashWidth = 5.0,
this.dashSpace = 3.0,
this.borderRadius,
}) : super(key: key);