dashPattern property
The dash pattern to be used for drawing the line.
To disable dash pattern (to draw a solid line), pass in an empty list.
This is because if dashPattern is null or not set, it defaults to 1,3
.
Implementation
final List<int>? dashPattern;