XDoubleDashedLine constructor
const
XDoubleDashedLine({})
Creates a horizontal double-dashed divider.
Implementation
const XDoubleDashedLine({
super.key,
this.dashWidth = 6,
this.dashGap = 4,
this.strokeWidth = .8,
this.color = Colors.black54,
this.spacing = 3,
});