dashPattern property

List<double> dashPattern
final

The dash pattern to be drawn. [1, 1] will draw a dash and a gap of 1 unit each.

Implementation

final List<double> dashPattern;