PopoverStyle
struct PopoverStyleextension PopoverStyle : EquatableConfiguration for the visual appearance of a Popover.
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
static func == (a: PopoverStyle, b: PopoverStyle) -> Bool -
Declaration
Swift
var backgroundColor: Color -
Declaration
Swift
var borderRadius: CGFloat -
The default style.
Declaration
Swift
static let `default`: PopoverStyle -
Declaration
Swift
var padding: CGFloat -
Declaration
Swift
var shadow: Shadow