showColorIndicatorCircle

open fun showColorIndicatorCircle(@ColorInt color: Int, sizeValue: Float)

Shows a color indicator circle on the menu item icon. The circle displays the current color and its size is based on the provided size value (e.g., annotation thickness).

Parameters

color

The color to display in the indicator circle.

sizeValue

The size value used to calculate the circle radius (e.g., annotation thickness in PDF points).