circular_gauge library
Classes
- CircularGauge
 - CircularGauge is a widget that displays a circular gauge.
 - CircularGaugeTheme
 - CircularGaugeTheme defines the visual properties of the circular gauge.
 
Typedefs
- CircularNeedleBuilder = Widget Function(Canvas canvas, Size size, double value, double min, double max, Color color)
 - CircularNeedleBuilder is a function that builds the needle widget.
 - CircularTitleBuilder = Widget Function(BuildContext context, String title, double value)
 - CircularTitleBuilder is a function that builds the title widget.
 - CircularValueBuilder = Widget Function(BuildContext context, double value, String unit)
 - CircularValueBuilder is a function that builds the value widget.