FioriTertiaryButtonStyle
public struct FioriTertiaryButtonStyle : FioriButtonStyle
A Fiori button style for the tertiary button.
-
Create a
FioriTertiaryButtonStyleinstance.Declaration
Swift
public init(colorStyle: FioriButtonColorStyle = .tint, maxWidth: CGFloat? = nil, minHeight: CGFloat? = nil, loadingState: FioriButtonLoadingState = .unspecified, isLoading: Bool = false)Parameters
colorStyleThe color style used for this button style.
maxWidthMax width of the button visible area.
minHeightMin height of the button visible area.
loadingStateLoading state of the button.
-
Declaration
Swift
public func makeBody(configuration: Configuration) -> some View