dashedLinePaint property
The paint object used to draw the dashed line.
Implementation
final dashedLinePaint = Paint()
..color = AppColors.altAccentColor
..strokeWidth = 3
..strokeCap = StrokeCap.round;
The paint object used to draw the dashed line.
final dashedLinePaint = Paint()
..color = AppColors.altAccentColor
..strokeWidth = 3
..strokeCap = StrokeCap.round;