RecentTransactionTable constructor
RecentTransactionTable({})
Implementation
RecentTransactionTable({
Key? key,
required this.userId,
required this.currency,
this.showRaw = false,
this.filterMap,
required this.endDate,
required this.startDate,
required this.limit,
this.routePage,
this.handleTransactionTypeDetails,
}) : super(key: key);