CellButton

struct CellButton : ButtonStyle

SwiftUI Button style for a cell Button

  • The KodiItem

    Declaration

    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