Home > front end >  How to implement smooth rounded corner rectangle shape in Jetpack Compose
How to implement smooth rounded corner rectangle shape in Jetpack Compose

Time:11-24

I'm in need of creating a card container having smooth corners(Don't be mistaken with card radius. Card radius won't give smooth corners). The card height increases dynamically. This card can be used in components like a dialog, etc.

Smooth corners

I found a repo that implemented Squircle enter image description here

  • Related