-
public final class KeybaordPaddingProviderKt
-
-
Method Summary
Modifier and Type Method Description final static State<Dp>keyboardPadding(Dp padding, ScrollState scrollState)Provides a padding based on keyboard state. -
-
Method Detail
-
keyboardPadding
@Composable() final static State<Dp> keyboardPadding(Dp padding, ScrollState scrollState)
Provides a padding based on keyboard state. If keyboard is opened the passed padding will be returned and 0 will be returned otherwise
In case if scrollState is passed - it will be scrolled automatically to this padding
-
-
-
-