- Shadow Indication type
- ShadowIndicatedScaffold: always-visible (support for: Any Composables)
- ShadowIndicatedScrollScaffold: when scroll is processing. (support for: LazyColumn, LazyRow)
- Customizable shadowed layer: color, shape, blur weight, direction
|
Without |
With |
|
Without |
With |
Add it in settings.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Add it in app level build.gradle:
dependencies {
implementation 'com.github.cevichepicante:ComposeScrollShadow:1.0.1'
}