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