Diamond Indicator
fun DiamondIndicator(color: Color = MaterialTheme.colors.primary, size: Dp)
Content copied to clipboard
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.colors.primary, sizeFraction: Float = DefaultSizeFraction)
Content copied to clipboard
A diamond-shaped indicator that may be used as a feature marker.
Parameters
color
The color for the marker
size Fraction
The size for the marker as a fraction of the bullet graph height.