QRCodeComponentStyle
public struct QRCodeComponentStyle : ViewStyle
Contains the styling customization options for the QR code component.
-
The copy button style.
Declaration
Swift
public var copyButton: ButtonStyle
-
The instruction label style.
Declaration
Swift
public var instructionLabel: TextStyle
-
The progress view style.
Declaration
Swift
public var progressView: ProgressViewStyle
-
The expiration label style.
Declaration
Swift
public var expirationLabel: TextStyle
-
The corner rounding for the logo
Declaration
Swift
public var logoCornerRounding: CornerRounding
-
Initializes the QR code component style with the default style
Declaration
Swift
public init()