strokeDashes property

List<double>? strokeDashes
final

An array of floating point numbers describing the pattern of dash length and gap lengths that the vector path follows. For example a value of 1, 2 indicates that the path has a dash of length 1 followed by a gap of length 2, repeated.

Implementation

final List<double>? strokeDashes;