AwaitComponentStyle
public struct AwaitComponentStyle : ViewStyle
Contains the styling customization options for the await component.
-
The image style.
Declaration
Swift
public var image: ImageStyle
-
The style of message label.
Declaration
Swift
public var message: TextStyle
-
The style of the spinner title label.
Declaration
Swift
public var spinnerTitle: TextStyle
-
Initializes the await component style with the default style.
Declaration
Swift
public init()