DiamondIndicator

fun DiamondIndicator(color: Color = MaterialTheme.colorScheme.primary, size: Dp)

A diamond-shaped indicator that may be used as a feature marker.

Parameters

color

The color for the marker

size

The size for the marker in Dp


fun DiamondIndicator(color: Color = MaterialTheme.colorScheme.primary, sizeFraction: Float = DefaultSizeFraction)

A diamond-shaped indicator that may be used as a feature marker.

Parameters

color

The color for the marker

sizeFraction

The size for the marker as a fraction of the bullet graph height.