LokotroPayThemeConfig constructor

const LokotroPayThemeConfig({
  1. LokotroPayTheme theme = LokotroPayTheme.light,
  2. Color? primaryColor,
  3. Color? secondaryColor,
  4. Color? tertiaryColor,
  5. Color? backgroundColor,
  6. Color? surfaceColor,
  7. Color? textColor,
  8. Color? secondaryTextColor,
  9. Color? borderColor,
  10. Color? errorColor,
  11. Color? successColor,
  12. double? borderRadius,
  13. EdgeInsetsGeometry? inputPadding,
})

Implementation

const LokotroPayThemeConfig({
  this.theme = LokotroPayTheme.light,
  this.primaryColor,
  this.secondaryColor,
  this.tertiaryColor,
  this.backgroundColor,
  this.surfaceColor,
  this.textColor,
  this.secondaryTextColor,
  this.borderColor,
  this.errorColor,
  this.successColor,
  this.borderRadius,
  this.inputPadding,
});