strokeCap property

StrokeCap? strokeCap
final

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

Implementation

final StrokeCap? strokeCap;