CellButton
struct CellButton : ButtonStyle
SwiftUI Button style for a cell Button
-
The
KodiItemDeclaration
Swift
let item: any KodiItem -
Bool if the item is selected
Declaration
Swift
let selected: Bool -
The style
Declaration
Swift
let style: ScrollCollectionStyle -
Make the button
Declaration
Swift
func makeBody(configuration: Configuration) -> some View
View on GitHub
CellButton Structure Reference