valueBarThickness property

double valueBarThickness
final

The valueBarThickness sets the thickness of the ValueBar.

const LinearGauge(
  valueBar: [
    ValueBar(
      valueBarThickness: 10,
      ),
    ]
),

Implementation

final double valueBarThickness;