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