DashedLine constructor
const
DashedLine({})
Implementation
const DashedLine({
super.key,
required this.contentWidget,
this.axis = _normalAxis,
this.dashedLength = _normalDashedLength,
this.dashedThickness = _normalDashedThickness,
this.dashedSpacing = _normalDashedSpacing,
this.color,
this.dashedOffset = 0.0,
this.position = _normalPosition,
});