EdgeInsets
public class EdgeInsets
Inheritance
Equatable
Initializers
init()
public init()
init(top:left:bottom:right:)
public init(top: Double, left: Double, bottom: Double, right: Double)
Properties
zero
public static let zero: EdgeInsets
bottom
public let bottom: Double
left
public let left: Double
right
public let right: Double
top
public let top: Double
Operators
==
public static func == (_ lhs: EdgeInsets, _ rhs: EdgeInsets) -> Bool