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