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