NeedleConfig

data class NeedleConfig(val color: Color, val strokeWidth: Float)

Configuration for the needle in the gauge chart.

Constructors

Link copied to clipboard
constructor(color: Color, strokeWidth: Float)

Properties

Link copied to clipboard

The color of the needle.

Link copied to clipboard

The width of the needle stroke.