RangeStyle

fun RangeStyle(    fillColor: Color = Color.TRANSPARENT,     lineColor: Color = fillColor,     lineWidth: Double = DEFAULT_LINE_WIDTH,     outlineColor: Color = fillColor,     outlineWidth: Double = DEFAULT_OUTLINE_WIDTH)

Parameters

fillColor

The fill Color of the range.

lineColor

The Color of the range's line.

lineWidth

The width, in dp units, of the range's line.

outlineColor

The Color of the range's outline.

outlineWidth

The width, in dp units, of the range's outline.