CellButton
struct CellButton : ViewModifier
A ViewModifier to style the button of a KodiItem
-
The SceneState model
Declaration
Swift
@Environment private var scene: SceneState { get } -
The
KodiItemDeclaration
Swift
let item: any KodiItem -
The style of the cell
Declaration
Swift
let style: ScrollCollectionStyle -
The modifier
Declaration
Swift
func body(content: Content) -> some View
View on GitHub
CellButton Structure Reference