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
ViewDeclaration
Swift
var body: some View { get }
View on GitHub
TextMore Structure Reference