thickness property

double? thickness
final

The thickness of the line drawn within the gap.

A gap with a thickness of 0.0 is always drawn as a line with a width of exactly one device pixel.

If this is null, defaults to 0.0.

Implementation

final double? thickness;