Is there any way to add the scrollbars on the LazyColumn and LazyRow component? Something equivalent of these RecyclerView XML properties:
android:scrollbars="vertical"
android:scrollbarSize="4dp"
android:scrollbarStyle="insideOverlay"
android:fadeScrollbars="false"
I'm using Android Jetpack Compose version 1.0.1