Contents

textInputBorder

A shape that defers to the environment to determine the resolved text input border shape.

Declaration

static var textInputBorder: TextInputBorderShape { get }

Discussion

You can override the resolved shape in a given view hierarchy by using the textInputBorderShape(_:) modifier. If no text input border shape is specified, it is resolved automatically for the given context and platform.

See Also

Getting standard shapes