DrawerSlideEvent

constructor(surfaceId: Int, viewId: Int, offset: Float)


constructor(viewId: Int, offset: Float)

Deprecated

Use constructor with surfaceId

Replace with

DrawerSlideEvent(surfaceId, viewId, offset)