PaymentSheetPrimaryButtonTheme constructor
- @JsonSerializable(explicitToJson: true)
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentSheetPrimaryButtonTheme({
/// Colors when displaying button in dark theme
PaymentSheetPrimaryButtonThemeColors? dark,
/// Colors when displaying button in light theme
PaymentSheetPrimaryButtonThemeColors? light,
}) = _PaymentSheetPrimaryButtonTheme;