CheckoutButton constructor
const
CheckoutButton({})
Implementation
const CheckoutButton({
Key? key,
this.onPressed,
this.isEnabled = true,
this.text = 'Pay Now',
this.amount,
this.padding,
this.width,
this.height = 56,
this.beforeColors,
this.afterColors,
}) : super(key: key);