How to make text size adaptable to screen size in Jetpack Compose?
I use in my app the Window size classes library from Google to deal with layout and show NavigationRail
, NavigationBar
and PermanentDrawerSheet
when the screen size changes between Compact, Medium and Expanded.