NRecentTransactions constructor

const NRecentTransactions({
  1. Key? key,
  2. required NdkFlutter ndkFlutter,
  3. String? walletId,
  4. String? emptyLabel,
})

Implementation

const NRecentTransactions({
  super.key,
  required this.ndkFlutter,
  this.walletId,
  this.emptyLabel,
});