XSingleDashedLine constructor
const
XSingleDashedLine({})
Creates a horizontal single dashed divider.
Implementation
const XSingleDashedLine({
super.key,
this.dashWidth = 6,
this.dashGap = 4,
this.strokeWidth = 1,
this.color,
});