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
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -127,9 +127,8 @@ use `customize` closure in popup modifier:
127
127
`closeOnTapOutside` - false by default: enable/disable closing on tap on outside of popup
128
128
`backgroundColor` - Color.clear by default: change background color of outside area
129
129
`backgroundView` - custom background builder for outside area (if this one is set `backgroundColor` is ignored)
130
-
`isOpaque` - false by default: if true taps do not pass through popup's background and the popup is displayed on top of navbar. Always opaque if
131
-
`useKeyboardSafeArea` - false by default: if true popup goes up for keyboardHeight when kyeboard is displayed
132
-
`closeOnTapOutside` is true. For more see section "Show over navbar"
130
+
`isOpaque` - false by default: if true taps do not pass through popup's background and the popup is displayed on top of navbar. For more see section "Show over navbar"
131
+
`useKeyboardSafeArea` - false by default: if true popup goes up for keyboardHeight when keyboard is displayed
133
132
`dismissCallback` - custom callback to call once the popup is dismissed
0 commit comments