protocol DatePickerStyle
A type that specifies the appearance and interaction of all date pickers within a view hierarchy.
Availability 有効性
Technology
func datePickerStyle<S>(_ style: S) -> some View
where S : DatePickerStyle
protocol DatePickerStyle