transactionPicker(isPresented:selection:)
Presents a picker that selects a collection of transactions.
Declaration
@MainActor @preconcurrency func transactionPicker(isPresented: Binding<Bool>, selection: Binding<[Transaction]>) -> some View
Parameters
- isPresented:
The binding to whether the transaction picker should be shown.
- selection:
The selection of transactions from the transaction picker.