XDoubleDashedLine constructor
const
XDoubleDashedLine({})
Creates a horizontal double-dashed divider.
Implementation
const XDoubleDashedLine({
super.key,
this.dashWidth,
this.dashGap,
this.strokeWidth,
this.color,
this.spacing = 3,
this.look = XLook.standard,
});