rememberSlideDistance

fun rememberSlideDistance(slideDistance: Dp = MotionConstants.DefaultSlideDistance): Int(source)

Returns the provided Dp as an Int value by the LocalDensity.

Parameters

slideDistance

Value to the slide distance dimension, 30dp by default.