CheckoutLoadingState constructor

const CheckoutLoadingState({
  1. Key? key,
  2. Widget? customLoading,
})

Implementation

const CheckoutLoadingState({super.key, this.customLoading});