MiniplayerConfig
public struct MiniplayerConfig
Undocumented
-
Undocumented
Declaration
Swift
public var buttonColor: UIColor
-
Undocumented
Declaration
Swift
public var isOn: Bool
-
Undocumented
Declaration
Swift
public var nameTextStyle: BooksTextStyle
-
Undocumented
Declaration
Swift
public var progressColor: UIColor
-
Undocumented
Declaration
Swift
public var progressTrackColor: UIColor
-
Undocumented
Declaration
Swift
public var timeTextStyle: BooksTextStyle
-
Undocumented
Declaration
Swift
public var style: MiniplayerStyle
-
Undocumented
Declaration
Swift
public init( buttonColor: UIColor = .black, isOn: Bool = false, nameTextStyle: BooksTextStyle = .init(color: .black, font: BooksFont(style: .body, size: 15)), progressColor: UIColor = .darkGray, progressTrackColor: UIColor = .lightGray, timeTextStyle: BooksTextStyle = .init(color: .black, font: BooksFont(style: .body, size: 15)), style: MiniplayerStyle = .init() )