ButtonConfig
public struct ButtonConfig
Undocumented
-
Undocumented
Declaration
Swift
public var titleFont: BooksFont
-
Undocumented
Declaration
Swift
public var titleColor: UIColor
-
Undocumented
Declaration
Swift
public var disabledTitleColor: UIColor
-
Undocumented
Declaration
Swift
public var backgroundColor: UIColor
-
Undocumented
Declaration
Swift
public var borderColor: UIColor?
-
Undocumented
Declaration
Swift
public var borderWidth: CGFloat
-
Undocumented
Declaration
Swift
public var roundingMode: ViewRoundingMode
-
Undocumented
Declaration
Swift
public init( titleFont: BooksFont = .init(style: .body, size: 13), titleColor: UIColor = .white, disabledTitleColor: UIColor = UIColor.white.withAlphaComponent(0.5), backgroundColor: UIColor = .clear, borderColor: UIColor? = .white, borderWidth: CGFloat = 1, roundingMode: ViewRoundingMode = .capsule )