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
inspired by [accompanist's SystemUiController](https://github.com/google/accompanist/blob/353be641be03ffed5dc2a89efc6fdcb0e6fe65b1/systemuicontroller/src/main/java/com/google/accompanist/systemuicontroller/SystemUiController.kt#L97-L119)
59
+
60
+
|name|default value|type|
61
+
|--|--|--|
62
+
|color|Color.Unspecified|Color|
63
+
|darkIcons|color.luminance() > 0.5f|Boolean|
64
+
|navigationBarContrastEnforced|true|Boolean|
65
+
|transformColorForLightContent|{ original -> Color(0f, 0f, 0f, 0.3f).compositeOver(original) }|(Color) -> Color|
66
+
67
+
### BottomSheetBehaviorProperties
68
+
[BottomSheetBehavior official docs](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetBehavior)
- This library depends on [material-components-android(BottomSheetDialog)](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/bottomsheet/BottomSheetDialog.java).
0 commit comments