InfoRow
struct InfoRow : View
Info row view.
-
Declaration
Swift
let title: String -
Declaration
Swift
let value: String -
Declaration
Swift
let showCopyIcon: Bool -
Declaration
Swift
@Binding var showCopiedText: Bool { get nonmutating set } -
Declaration
Swift
var body: some View { get } -
Declaration
Swift
func copyTextToClipboard(text: String)