EdgeInsets
public extension EdgeInsets- 
                  
                  A constructor where the edges for vertical are equal and those for horizontal also. DeclarationSwift init(horizontal: CGFloat, vertical: CGFloat)ParametershorizontalThe leading and trailing insets. verticalThe top and bottom insets. 
- 
                  
                  An edge insets with a value of zero for all edges. DeclarationSwift static let zero: EdgeInsets
 View on GitHub
            View on GitHub
          