Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

FlowBinding DrawerLayout

This module provides bindings for the AndroidX DrawerLayout library.

Transitive Dependency

androidx.drawerlayout:drawerlayout

Download

implementation "io.github.reactivecircus.flowbinding:flowbinding-drawerlayout:${flowbinding_version}"

Available Bindings

fun DrawerLayout.drawerStateChanges(gravity: Int, emitImmediately: Boolean = false): Flow<Boolean>