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
/// - detents: An array of `UISheetPresentationController.Detent` defining the sizes of the sheet.
21
+
/// - cornerRadius: An optional `CGFloat` specifying the corner radius of the sheet.
22
+
/// - largestUndimmedDetentIdentifier: An optional detent identifier specifying the largest undimmed size.
23
+
/// - prefersScrollingExpandsWhenScrolledToEdge: A Boolean value indicating if scrolling should expand the sheet.
24
+
/// - prefersGrabberVisible: A Boolean value indicating if the grabber should be visible.
25
+
/// - prefersEdgeAttachedInCompactHeight: A Boolean value indicating if the sheet should be edge-attached in compact height.
26
+
/// - widthFollowsPreferredContentSizeWhenEdgeAttached: A Boolean value indicating if the sheet's width should follow the preferred content size when edge-attached.
27
+
/// - selectedDetentIdentifier: An optional detent identifier specifying the currently selected detent.
/// Opens a sheet with the specified link item and an option to animate the presentation.
145
+
///
146
+
/// - Parameters:
147
+
/// - linkItem: An object representing the item to be presented in the sheet, can be a `String` or a dictionary with `String` keys and values as `ItemValue`.
148
+
/// - isAnimated: A boolean to indicate if the presentation should be animated.
149
+
/// - configuration: A `DetentConfiguration` object that defines the appearance and behavior of the sheet.
0 commit comments