OverlayButtonConfig
public struct OverlayButtonConfig
Undocumented
-
Undocumented
Declaration
Swift
public var textStyle: BooksTextStyle
-
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 init( textStyle: BooksTextStyle = .init(color: .white, font: BooksFont(style: .body, size: 15)), backgroundColor: UIColor = .init(red: 0x00 / 255.0, green: 0x19 / 255.0, blue: 0x4C / 255.0, alpha: 1), borderColor: UIColor = .clear, borderWidth: CGFloat = 0 )