strokeCap property

StrokeCap strokeCap
final

The kind of finish to place on the end of lines drawn when style is set to PaintingStyle.stroke.

Defaults to StrokeCap.round, i.e. no caps.

Implementation

final StrokeCap strokeCap;