protocol PickerStyle
A type that specifies the appearance and interaction of all pickers within a view hierarchy.
ある型、それはあるビュー階層内の全てのピッカーの外観と相互作用を指定するものです。
Availability 有効性
Technology
func pickerStyle<S>(_ style: S) -> some View
where S : PickerStyle
protocol PickerStyle