DanUIDottedBorder constructor
const
DanUIDottedBorder({})
Implementation
const DanUIDottedBorder({
super.key,
this.color,
this.backgroundColor = Colors.transparent,
this.strokeWidth = 2.0,
this.dashWidth = 2.0,
this.dashSpace = 2.0,
this.radius = 16.0,
required this.child,
});