RatingWidget

struct RatingWidget : View

Picker for User Rating of a KodiItem

  • The KodiItem

    Declaration

    Swift

    let item: any KodiItem
  • The rating of the ityem

    Declaration

    Swift

    @State
    private var rating: Int { get nonmutating set }

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }