pattern property

StrokePattern pattern
final

Determines whether the border (if visible) should be solid, dotted, or dashed, and the exact characteristics of each

Defaults to being a solid/unbroken line (StrokePattern.solid). Note that there is no border by default: increase borderStrokeWidth to display it.

Implementation

final StrokePattern pattern;