tablet.mp4
movil.mp4
## ⬇️ How to
Step 1. Add the dependencies
- groovy
dependencies {
...
implementation 'com.github.luisangeldd:SideSheet:Tag'
}- kotlin
dependencies {
...
implementation("com.github.luisangeldd:SideSheet:Tag")
}Step 2. Use in your application
SideSheet(
blur = true, // change the value or put a var
rangeBlur = 5, // change the value or put a var
enabled = true, // change the value or put a var
drawerContent = { close -> }, // drawer content
content = { open -> }, // content
contentBack = { close -> } // used to back stack
)