SplitRefundCompleteView constructor
const
SplitRefundCompleteView({})
Implementation
const SplitRefundCompleteView({
super.key,
required this.refundedAmount,
required this.currencySymbol,
required this.paymentType,
required this.isSuccess,
this.errorMessage,
required this.onDone,
});