PopMenuActionSeparator
public struct PopMenuActionSeparator : Equatable
Action separator structure to control PopMenu item separators.
-
Height of separator.
Declaration
Swift
public let height: CGFloat -
Color of separator.
Declaration
Swift
public let color: Color -
Fill separator color with given color and height.
Declaration
-
Get separator instance with no separator style.
Declaration
Swift
public static func none() -> PopMenuActionSeparator -
Equatable operation.
Declaration
Swift
public static func == (lhs: PopMenuActionSeparator, rhs: PopMenuActionSeparator) -> Bool
View on GitHub
Install in Dash
PopMenuActionSeparator Structure Reference