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
closeCallback?: Function;// A function that will be called when the view is closed. Any arguments provided when calling shownInBottomSheet.closeCallback will be available here.
38
38
trackingScrollView?: string;// optional id of the scroll view to track
39
39
transparent?: boolean;// optional parameter to make the bottomsheet transparent
40
+
backgroundOpacity?: number;// optional parameter to make the bottomsheet background semi transparent
40
41
ignoreTopSafeArea?: boolean;// optional ios parameter to top safe area. Default is true
41
42
ignoreBottomSafeArea?: boolean;// optional ios parameter to bottom safe area. Default is false
42
43
disableDimBackground?: boolean;// optional parameter to remove the dim background
0 commit comments