PopMenuColor
public struct PopMenuColor
Color structure for PopMenu color styles.
-
Background color instance.
Declaration
Swift
public var backgroundColor: PopMenuActionBackgroundColor -
Action tint color instance.
Declaration
Swift
public var actionColor: PopMenuActionColor -
Compose the color.
Declaration
Swift
public static func configure(background: PopMenuActionBackgroundColor, action: PopMenuActionColor) -> PopMenuColor -
Get default background and action color.
Declaration
Swift
public static func `default`() -> PopMenuColor
View on GitHub
Install in Dash
PopMenuColor Structure Reference