FioriNavigationButtonStyle
public struct FioriNavigationButtonStyle : FioriButtonStyle
A Fiori button style for the navigation bar action.
-
Create a
FioriNavigationButtonStyleinstance.Declaration
Swift
public init(colorStyle: FioriButtonColorStyle = .tint)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