thickness property

double thickness
final

Specifies the thickness of bar pointer.

Defaults to 5.0.

This snippet shows how to set thickness of bar pointer.

SfLinearGauge (
barPointers: [
LinearBarPointer(
value: 40,
thickness: 80,
 )])

Implementation

final double thickness;