Browser
struct Browser: ButtonStyle
Button style for the browser
-
The kodi item
Declaration
Swift
let item: any KodiItem
-
Bool if selected or not
Declaration
Swift
let selected: Bool
-
The style
Declaration
Swift
func makeBody(configuration: Self.Configuration) -> some View
-
Brightness and saturation values for a button
Declaration
Swift
private var buttonColor: (brightness: Double, saturation: Double)