TableRow constructor
const
TableRow({})
Implementation
const TableRow({
super.key,
required this.isPending,
required this.isFailed,
required this.goalName,
required this.goalImage,
required this.credit,
required this.debit,
required this.target,
required this.date,
});