ThepeerDirectChargeView constructor

const ThepeerDirectChargeView({
  1. Key? key,
  2. required ThepeerData data,
  3. Widget? errorWidget,
  4. ValueChanged? onSuccess,
  5. VoidCallback? onClosed,
  6. ValueChanged? onError,
  7. bool showLogs = false,
  8. bool isDismissible = false,
})

Implementation

const ThepeerDirectChargeView({
  Key? key,
  required this.data,
  this.errorWidget,
  this.onSuccess,
  this.onClosed,
  this.onError,
  this.showLogs = false,
  this.isDismissible = false,
}) : super(key: key);