SeparatorConfig
public struct SeparatorConfig : Sendable
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum RowSeparatorStyle : Sendable
-
Undocumented
Declaration
Swift
public var color: UIColor
-
Undocumented
Declaration
Swift
public var style: RowSeparatorStyle
-
Undocumented
Declaration
Swift
public var margin: HorizontalMargin?
-
Undocumented
Declaration
Swift
public init( color: UIColor = UIColor(white: 0x99 / 255.0, alpha: 1), style: RowSeparatorStyle = .standardSingleLine, margin: HorizontalMargin? = .init(leading: 20, trailing: 19) )