OnLegTapCallback typedef
OnLegTapCallback =
void Function(BuildContext context, PaymentLegSummary leg)
Callback invoked when the user taps on a payment leg row.
Implementation
typedef OnLegTapCallback = void Function(
BuildContext context,
PaymentLegSummary leg,
);