DoubleDisplayProperty
class DoubleDisplayProperty(val label: String, val value: Double, val unitSuffix: String) : DisplayProperty
A display property that shows a numerical value with optional units.
A display property that shows a numerical value with optional units.