We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e791e commit 3d2c3c4Copy full SHA for 3d2c3c4
src/bottomsheet/bottomsheet-common.ts
@@ -28,6 +28,7 @@ export interface BottomSheetOptions {
28
transparent?: boolean; // optional parameter to make the bottomsheet transparent
29
ignoreTopSafeArea?: boolean; // optional ios parameter to top safe area. Default is true
30
ignoreBottomSafeArea?: boolean; // optional ios parameter to bottom safe area. Default is false
31
+ disableDimBackground?: boolean; // optional parameter to remove the dim background
32
}
33
34
export abstract class ViewWithBottomSheetBase extends View {
0 commit comments