FioriTertiaryButtonStyle
public struct FioriTertiaryButtonStyle : FioriButtonStyle
A Fiori button style for the tertiary button.
-
Create a
FioriTertiaryButtonStyle
instance.Declaration
Swift
public init(colorStyle: FioriButtonColorStyle = .tint, maxWidth: CGFloat? = nil, minHeight: CGFloat? = nil, loadingState: FioriButtonLoadingState = .unspecified)
Parameters
colorStyle
The color style used for this button style.
maxWidth
Max width of the button visible area.
minHeight
Min height of the button visible area.
loadingState
Loading state of the button.
-
Declaration
Swift
public func makeBody(configuration: Configuration) -> some View