TDashedLine constructor
const
TDashedLine({})
Implementation
const TDashedLine({
super.key,
this.direction = Axis.vertical,
this.color,
this.strokeWidth = 2.0,
this.dashLength = 5.0,
this.dashGap = 3.5,
this.style = TTimelineLineStyle.dashed,
});