thickness property

double? thickness
final

The thickness of the line drawn within the divider.

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

If this is null, then the DividerThemeData.thickness is used which defaults to 0.0.

Implementation

final double? thickness;