Alert
public struct Alert : Equatable, Sendable
Alert item theme
-
Title appearance
Declaration
Swift
public var titleAppearance: TextAppearance?
-
Subtitle appearance
Declaration
Swift
public var subtitleAppearance: TextAppearance?
-
Button label appearance
Declaration
Swift
public var buttonLabelAppearance: TextAppearance?
-
Button background color
Declaration
Swift
public var buttonBackgroundColor: Color?
-
Button background color for dark mode
Declaration
Swift
public var buttonBackgroundColorDark: Color?