protocol TextFieldStyle
A specification for the appearance and interaction of a text field.
あるテキストフィールドの外観と相互作用に対する仕様。
Availability 有効性
Technology
func textFieldStyle<S>(_ style: S) -> some View
where S : TextFieldStyle
protocol TextFieldStyle