strokeWidth property

double strokeWidth
final

How wide to make edges drawn when style is set to PaintingStyle.stroke. The width is given in logical pixels measured in the direction orthogonal to the direction of the path.

Defaults to 15.0, which correspond to a hairline width.

Implementation

final double strokeWidth;