bordered
A button style that applies the standard border style based on the button’s context.
Declaration
@MainActor @preconcurrency static var bordered: BorderedButtonStyle { get }Discussion
In tvOS, this button style applies a Liquid Glass effect when the button gains focus.
To apply this style to a button, or to a view that contains buttons, use the buttonStyle(_:) modifier.