MoosylPaymentMethodsLoadingData constructor
const
MoosylPaymentMethodsLoadingData({})
Creates render data for the payment methods loading state.
Implementation
const MoosylPaymentMethodsLoadingData({
required this.primaryColor,
required this.locale,
required this.isRTL,
});