ToastViewConfig
public struct ToastViewConfig : Sendable
Undocumented
-
Undocumented
Declaration
Swift
public init( font: UIFont = UIFont.preferredFont(forTextStyle: .callout), textColor: UIColor = .white.withAlphaComponent(0.9), backgroundColor: UIColor = .black.withAlphaComponent(0.8), roundingMode: ToastViewRoundingMode = .rounded(radius: 8), shadowConfig: ShadowConfig? = nil, maxWidthFactor: CGFloat = 0.5 )