TransactionItem
fun TransactionItem(transaction: <Error class: unknown class>, modifier: <Error class: unknown class> = Modifier)
A composable function that displays a transaction item.
Parameters
transaction
The Transaction object containing the details to display.
modifier
The modifier to be applied to the transaction item.
fun TransactionItem(title: String, dateTime: String, amount: String, adjustment: <Error class: unknown class>, modifier: <Error class: unknown class> = Modifier)
A composable function that displays a transaction item with a title, date/time, amount, and balance adjustment indicator.
Parameters
title
The title of the transaction.
dateTime
The date and time of the transaction.
amount
The formatted amount for the transaction, including the currency symbol.
adjustment
The BalanceAdjustment associated with the transaction, which affects the display.
modifier
The modifier to be applied to the transaction item.