ui/linear_gauge library

Classes

LinearGauge
A powerful and customizable linear gauge widget.
LinearGaugeRange
Configuration for a range on the linear gauge.
PointerConfig
Configuration for the pointer widget.

Enums

LinearGaugeOrientation
Orientation of the linear gauge.
PointerPosition
Position of the pointer relative to the value bar.
PointerStyle
Style of the pointer on the gauge.
RulerPosition
Position of the ruler relative to the gauge.
RulerStyle
Style of the ruler/tick marks on the gauge.

Typedefs

OnLinearGaugeValueChanged = void Function(double value)
Callback for value changes during interaction.