Radius
data class Radius(@FloatRange(from = 0.0, fromInclusive = false) val value: Double, val unit: RadiusUnit = DEFAULT_RADIUS_UNIT)
Represents a pair of the radius and the associated unit.
Constructors
Link copied to clipboard
constructor(@FloatRange(from = 0.0, fromInclusive = false) value: Double, unit: RadiusUnit = DEFAULT_RADIUS_UNIT)