TransactionHistoryWidget constructor

const TransactionHistoryWidget({
  1. Key? key,
  2. String? authToken,
  3. String? platform,
  4. String? tenantId,
  5. String? baseUrl,
  6. String? accountName,
  7. required String? deviceId,
  8. required String? bannerImage,
})

Implementation

const TransactionHistoryWidget({
  Key? key,
  this.authToken,
  this.platform,
  this.tenantId,
  this.baseUrl,
  this.accountName,
  required this.deviceId,
  required this.bannerImage,
}) : super(key: key);