init(style:)
Creates a button with the specified style.
Declaration
@MainActor @preconcurrency init(style: ShortcutsLinkStyle = .automatic)Parameters
- style:
The style to use, defaults to Automatic.
Creates a button with the specified style.
@MainActor @preconcurrency init(style: ShortcutsLinkStyle = .automatic)The style to use, defaults to Automatic.