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
KodiItem
Declaration
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