dashIntervals property

List<double> dashIntervals
final

The interval between dashes and empty spaces in a dashed border.

For example, the array [5, 10] would result in dashes 5 pixels long followed by blank spaces 10 pixels long. The array [5, 10, 5] would result in a 5 pixel dash, a 10 pixel gap, a 5 pixel dash, a 5 pixel gap, a 10 pixel dash, etc.

Implementation

final List<double> dashIntervals;