ShadowStyle

public class ShadowStyle

Shadow style for backgroundStyle attribute

  • Color of the shadow

    Declaration

    Swift

    public let color: UIColor
  • Shadow offset

    Declaration

    Swift

    public let offset: CGSize
  • Shadow blur

    Declaration

    Swift

    public let blur: CGFloat
  • Undocumented

    Declaration

    Swift

    public init(color: UIColor, offset: CGSize, blur: CGFloat)