You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method @androidx.compose.runtime.Composable @com.google.accompanist.navigation.material.ExperimentalMaterialNavigationApi public static com.google.accompanist.navigation.material.BottomSheetNavigator rememberBottomSheetNavigator(optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec);
23
23
}
24
24
25
-
@com.google.accompanist.navigation.material.ExperimentalMaterialNavigationApi public final class BottomSheetNavigatorSheetState {
25
+
@androidx.compose.runtime.Stable @com.google.accompanist.navigation.material.ExperimentalMaterialNavigationApi public final class BottomSheetNavigatorSheetState {
26
26
ctor public BottomSheetNavigatorSheetState(androidx.compose.material.ModalBottomSheetState sheetState);
27
27
method public androidx.compose.material.ModalBottomSheetValue getCurrentValue();
28
-
method public float getDirection();
29
-
method public androidx.compose.runtime.State<java.lang.Float> getOffset();
30
-
method public androidx.compose.runtime.State<java.lang.Float> getOverflow();
31
-
method public androidx.compose.material.SwipeProgress<androidx.compose.material.ModalBottomSheetValue> getProgress();
28
+
method @Deprecated public float getDirection();
29
+
method @Deprecated public androidx.compose.runtime.State<java.lang.Float> getOffset();
30
+
method @Deprecated public androidx.compose.material.SwipeProgress<androidx.compose.material.ModalBottomSheetValue> getProgress();
32
31
method public androidx.compose.material.ModalBottomSheetValue getTargetValue();
33
32
method public boolean isVisible();
34
33
property public final androidx.compose.material.ModalBottomSheetValue currentValue;
35
-
property public final float direction;
34
+
property @Deprecated public final float direction;
36
35
property public final boolean isVisible;
37
-
property public final androidx.compose.runtime.State<java.lang.Float> offset;
38
-
property public final androidx.compose.runtime.State<java.lang.Float> overflow;
39
-
property public final androidx.compose.material.SwipeProgress<androidx.compose.material.ModalBottomSheetValue> progress;
36
+
property @Deprecated public final androidx.compose.runtime.State<java.lang.Float> offset;
37
+
property @Deprecated public final androidx.compose.material.SwipeProgress<androidx.compose.material.ModalBottomSheetValue> progress;
40
38
property public final androidx.compose.material.ModalBottomSheetValue targetValue;
0 commit comments