strokeCap property

  1. @JsonKey(defaultValue: StrokeCap.none)
StrokeCap strokeCap
final

A string enum with value of StrokeCap.none, StrokeCap.round, StrokeCap.square, StrokeCap.lineArrow or StrokeCap.triangleArrow, describing the end caps of vector paths.

Implementation

@JsonKey(defaultValue: StrokeCap.none)
final StrokeCap strokeCap;