BrnDashedLine constructor
const
BrnDashedLine({})
Implementation
const BrnDashedLine({
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,
});