scaleUnit property
The name of the unit being measured.
This defines the unit of measurement (e.g., "kg", "cm", "pound") that is displayed on the ruler.
The type UnitName
could be an enum or a class that specifies various unit types.
Implementation
final ScaleUnit scaleUnit;