CSSwipeDetector

fun CSSwipeDetector(    view: View,     minDistance: Int = app.dpToPixel(30),     function: (CSSwipeDetector.CSSwipeType) -> Unit)