MoosylPaymentMethodsLoadingData constructor

const MoosylPaymentMethodsLoadingData({
  1. required Color primaryColor,
  2. required Locale locale,
  3. required bool isRTL,
})

Creates render data for the payment methods loading state.

Implementation

const MoosylPaymentMethodsLoadingData({
  required this.primaryColor,
  required this.locale,
  required this.isRTL,
});