FioriSecondaryButtonStyle

public struct FioriSecondaryButtonStyle : FioriButtonStyle

A Fiori button style for the secondary button.

  • Create a FioriSecondaryButtonStyle 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