offset property

double offset
final

The offset sets the offset of the ValueBar from the LinearGauge.

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

The default value of offset is 0.

Implementation

final double offset;