You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The roundness might vary depending on the corner radius and corner smoothing. The larger the corner smoothing, the less rounder it appears. If you're using a larger corner smoothing value (e.g. >= 0.72f), try decreasing it to (e.g. <= 0.62f) and it should appear more rounded.
SquircleShape(
radius =48.dp, // Adjust the radius to your needs.
cornerSmoothing =0.62f
)
No description provided.
The text was updated successfully, but these errors were encountered: