TransactionCard constructor
const
TransactionCard({})
Implementation
const TransactionCard(
{required this.index,
required this.category,
required this.name,
required this.transactionId,
required this.transactionDate,
required this.amount,
required this.volume,
required this.productName,
required this.mobcolor,
Key? key})
: super(key: key);