SplitRefundLegTile constructor
const
SplitRefundLegTile({
- Key? key,
- required PaymentLegSummary leg,
- required String currencySymbol,
- required double remainingRefundable,
- required bool isRefundableType,
- VoidCallback? onTap,
- bool disableCard = false,
Implementation
const SplitRefundLegTile({
super.key,
required this.leg,
required this.currencySymbol,
required this.remainingRefundable,
required this.isRefundableType,
this.onTap,
this.disableCard = false,
});