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 KodiCell

    Declaration

    Swift

    let cell: KodiCell
  • The style of the cell

    Declaration

    Swift

    let style: ScrollCollectionStyle
  • The modifier

    Declaration

    Swift

    func body(content: Content) -> some View