TextMore

struct TextMore : View

Show text with optional ‘more’ button

  • The media item to show

    Declaration

    Swift

    let item: any KodiItem
  • Bool if we show the full text in a sheet

    Declaration

    Swift

    @State
    private var showFullText: Bool { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }