Modifiers
pickerStyle
Sets the style for the picker.
pickerStyle(style)
| Parameter | Type | Description |
|---|---|---|
style | PickerStyleType | The style for the picker. |
Sets the style for the picker.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- pickerStyle (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)
padding
Sets padding on a view. Supports individual edges or shorthand properties.
presentationBackground
Sets the background of a sheet presentation. Paints the entire sheet chrome including the drag-indicator zone and home-indicator safe-area inset, which a regular background() modifier cannot reach.