DottedBorder constructor
const
DottedBorder({})
Implementation
const DottedBorder({
super.key,
required this.child,
this.color = Colors.grey,
this.strokeWidth = 1.0,
this.radius = 0.0,
this.dotSpacing = 4.0,
});