PaymentFormTheme constructor
const
PaymentFormTheme({})
Theme colors for a payment form
Implementation
const PaymentFormTheme({
required this.backgroundColor,
required this.textColor,
required this.hintColor,
required this.linkColor,
required this.buttonColor,
required this.buttonTextColor,
});