MoosylPaymentMethodRenderData constructor
const
MoosylPaymentMethodRenderData({
- required ConfigurationListDataInner method,
- required PaymentMethodTypes type,
- required String title,
- required bool isSelected,
- required String? selectedMethodId,
- required bool isRTL,
- required VoidCallback onSelect,
Creates render data for a payment method row.
Implementation
const MoosylPaymentMethodRenderData({
required this.method,
required this.type,
required this.title,
required this.isSelected,
required this.selectedMethodId,
required this.isRTL,
required this.onSelect,
});