CheckoutSuccessState constructor

const CheckoutSuccessState({
  1. Key? key,
  2. Widget? customSuccess,
  3. String? message,
})

Implementation

const CheckoutSuccessState({super.key, this.customSuccess, this.message});