value property

double value
final

The value sets the value of the ValueBar.

const LinearGauge(
  valueBar: [
    ValueBar(
      value: 50,
      position: ValueBarPosition.top,
      ),
    ]
),

Implementation

final double value;