shapes

fun shapes(textShadowBlurRadius: Float = 0.0f, barCornerRadius: Float = 0.0f): ScalebarShapes

Creates an instance of ScalebarShapes with default values. textShadowBlurRadius is set to 0f, meaning no shadow blur will be applied. barCornerRadius is set to 0f, resulting in a square corner.

Since

200.7.0

Parameters

textShadowBlurRadius

The blur radius on the shadow of all text.

barCornerRadius

The corner radius of the Scalebar of style ScalebarStyle.Bar and ScalebarStyle.AlternatingBar.