LokotroPayThemeConfig constructor
const
LokotroPayThemeConfig({
- LokotroPayTheme theme = LokotroPayTheme.light,
- Color? primaryColor,
- Color? secondaryColor,
- Color? tertiaryColor,
- Color? backgroundColor,
- Color? surfaceColor,
- Color? textColor,
- Color? secondaryTextColor,
- Color? borderColor,
- Color? errorColor,
- Color? successColor,
- double? borderRadius,
- 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,
});