dashArray property

List<int>? dashArray
final

Determines the dash length and space respectively, fill it if you want to have dashed line.

Implementation

final List<int>? dashArray;