TertiaryButtonStyle
@MainActor
public struct TertiaryButtonStyle : PrimitiveButtonStyle
An object that provides the Fiori tertiary button style for Button.
-
Undocumented
Declaration
Swift
@MainActor public init(colorStyle: FioriButtonColorStyle = .tint, isSelectionPersistent: Bool = false) -
Creates a view that represents the body of a button.
The system calls this method for each
Buttoninstance in a view hierarchy where this style is the current button style.Declaration
Swift
@MainActor public func makeBody(configuration: PrimitiveButtonStyle.Configuration) -> some ViewParameters
configurationThe properties of the button.