dashArray property

List<int>? dashArray
final

Defines dash effect of the line.

it is a circular array of dash offsets and lengths. For example, the array [5, 10] would result in dashes 5 pixels long followed by blank spaces 10 pixels long.

Implementation

final List<int>? dashArray;