unit_ruler library

Classes

UnitRuler
A class representing the UnitRuler, a digital tool for measuring various units like weight and length.
UnitRulerState
The state class for UnitRuler, responsible for managing its dynamic behavior and UI.

Typedefs

ValueChangedCallback = void Function(num value)
A callback function signature used for notifying when a ruler value has changed.