dashedLinePaint property
Implementation
final dashedLinePaint = Paint()
..color = AppColors.altAccentColor
..strokeWidth = 3
..strokeCap = StrokeCap.round;
final dashedLinePaint = Paint()
..color = AppColors.altAccentColor
..strokeWidth = 3
..strokeCap = StrokeCap.round;