Custom Tabs using Jetpack Compose
By the end, we would be creating a Tab Layout like this using Jetpack Compose.
We are not using the default Tab
Composable provided by Jetpack Compose since the Indicator
will be always the topmost layer in it.
Having the indicator as the…