NRecentTransactions constructor
const
NRecentTransactions({
- Key? key,
- required NdkFlutter ndkFlutter,
- String? walletId,
- String? emptyLabel,
Implementation
const NRecentTransactions({
super.key,
required this.ndkFlutter,
this.walletId,
this.emptyLabel,
});