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
animated?: boolean;// An optional parameter specifying whether to show the sheet view with animation.
24
24
dismissOnBackgroundTap?: boolean;// An optional parameter specifying whether to dismiss the sheet when clicking on background.
25
25
dismissOnDraggingDownSheet?: boolean;// An optional parameter specifying whether to disable dragging the sheet to dismiss.
26
+
dismissOnBackButton?: boolean;// An optional parameter that specifies whether to close the sheet when pressing the back button.
26
27
closeCallback?: Function;// A function that will be called when the view is closed. Any arguments provided when calling shownInBottomSheet.closeCallback will be available here.
27
28
trackingScrollView?: string;// optional id of the scroll view to track
28
29
transparent?: boolean;// optional parameter to make the bottomsheet transparent
0 commit comments