STRUCT

PaddingStyle

Contents

public struct PaddingStyle: StyleLoadable, Equatable

Properties

top

public let top: Double

Padding value for the top edge in points.

right

public let right: Double

Padding value for the right edge in points.

bottom

public let bottom: Double

Padding value for the bottom edge in points.

left

public let left: Double

Padding value for the left edge in points.

Methods

==(::)

public static func == (lhs: PaddingStyle, rhs: PaddingStyle) -> Bool

Parameters

Name Description
lhs A value to compare.
rhs Another value to compare.