dashPattern property

List<double>? dashPattern
final

Optional dash pattern for dashed lines.

If null, connections are drawn as solid lines. If specified, the pattern alternates between dash and gap lengths. For example, 5, 3 creates 5-pixel dashes with 3-pixel gaps.

Implementation

final List<double>? dashPattern;