thickness property

  1. @DoubleConverter()
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 height of exactly one device pixel.

Implementation

@DoubleConverter()
final double? thickness;